1nvme_ns_read(9)               libnvme API manual               nvme_ns_read(9)
2
3
4

NAME

6       nvme_ns_read - Read from a namespace
7

SYNOPSIS

9       int nvme_ns_read (nvme_ns_t n , void *buf , off_t offset , size_t count
10       );
11

ARGUMENTS

13       n           Namespace instance
14
15       buf         Buffer into which the data will be transferred
16
17       offset      LBA offset of n
18
19       count       Number of sectors in buf
20

RETURN

22       Number of sectors read or -1 on error.
23
24
25
26November 2022                    nvme_ns_read                  nvme_ns_read(9)
Impressum