NAME
nvme_ns_compare - Compare data on a namespaceSYNOPSIS
int nvme_ns_compare (nvme_ns_t n , void *buf , off_t offset , size_t count );ARGUMENTS
- n
- Namespace instance
- buf
- Buffer with data to be compared
- offset
- LBA offset of n
- count
- Number of sectors in buf
RETURN
Number of sectors comparednvme_ns_compare | January 2023 |