.TH "libnvme_ns_update_stat" 9 "libnvme_ns_update_stat" "September 2026" "libnvme API manual" LINUX .SH NAME libnvme_ns_update_stat \- update the nvme namespace stat .SH SYNOPSIS .B "int" libnvme_ns_update_stat .BI "(struct libnvme_ns *n " "," .BI "bool diffstat " ");" .SH ARGUMENTS .IP "n" 12 \fIstruct libnvme_ns\fP object .IP "diffstat" 12 If set to true then getters return the diff stat otherwise return the current absolute stat .SH "RETURN" 0 on success, negative error code otherwise.