Scroll to navigation

nvme_ns_read(2) libnvme API manual nvme_ns_read(2)

NAME

nvme_ns_read - Read from a namespace

SYNOPSIS

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

ARGUMENTS

Namespace instance
Buffer into which the data will be transferred
LBA offset of n
Number of sectors in buf

RETURN

Number of sectors read or -1 on error.

nvme_ns_read February 2024