NAME
nvme_ns_write - Write to a namespaceSYNOPSIS
int nvme_ns_write (nvme_ns_t n , void *buf , off_t offset , size_t count );ARGUMENTS
- n
- Namespace instance
- buf
- Buffer with data to be written
- offset
- LBA offset of n
- count
- Number of sectors in buf
RETURN
Number of sectors written or -1 on errornvme_ns_write | January 2023 |