logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_write_uncorrectable - Submit an nvme write uncorrectable command

Arguments

       args        structnvme_io_args argument structure

Description

       The  Write  Uncorrectable command marks a range of logical blocks as invalid.  When the specified logical
       block(s) are read after this operation, a failure is returned with  Unrecovered  Read  Error  status.  To
       clear the invalid logical block status, a write operation on those logical blocks is required.

Name

       nvme_write_uncorrectable - Submit an nvme write uncorrectable command

Return

       The  nvme  command  status  if  a response was received (see enumnvme_status_field) or -1 with errno set
       otherwise.

May 2025                                    nvme_write_uncorrectable                 nvme_write_uncorrectable(2)

Synopsis

intnvme_write_uncorrectable(structnvme_io_args*args);

See Also