1nvme_ns_write(9) libnvme API manual nvme_ns_write(9)
23
4
NAME
6nvme_ns_write - Write to a namespace
7
SYNOPSIS
9int nvme_ns_write (nvme_ns_t n , void *buf , off_t offset , size_t
10count );
11
ARGUMENTS
13n Namespace instance
1415
buf Buffer with data to be written
1617
offset LBA offset of n
1819
count Number of sectors in buf
20
RETURN
22Number of sectors written or -1 on error
2324
25
26
April 2023 nvme_ns_write nvme_ns_write(9)