Scroll to navigation

nvme_ns_write(9) libnvme API manual nvme_ns_write(9)

NAME

nvme_ns_write - Write to a namespace

SYNOPSIS

int nvme_ns_write (nvme_ns_t n , void *buf , off_t offset , size_t count );

ARGUMENTS

Namespace instance
Buffer with data to be written
LBA offset of n
Number of sectors in buf

RETURN

Number of sectors written or -1 on error

nvme_ns_write February 2024