1nvme_ns_read(9) libnvme API manual nvme_ns_read(9)
23
4
NAME
6nvme_ns_read - Read from a namespace
7
SYNOPSIS
9int nvme_ns_read (nvme_ns_t n , void *buf , off_t offset , size_t count
10);
11
ARGUMENTS
13n Namespace instance
1415
buf Buffer into which the data will be transferred
1617
offset LBA offset of n
1819
count Number of sectors in buf
20
RETURN
22Number of sectors read or -1 on error.
2324
25
26
April 2023 nvme_ns_read nvme_ns_read(9)