1nvme_get_features_lba_range2(9)libnvme API manualnvme_get_features_lba_range2(9)
2
3
4

NAME

6       nvme_get_features_lba_range2 - Get LBA range feature
7

SYNOPSIS

9       int  nvme_get_features_lba_range2  (int fd , enum nvme_get_features_sel
10       sel , __u32 nsid , struct nvme_lba_range_type *data , __u32 *result );
11

ARGUMENTS

13       fd          File descriptor of nvme device
14
15       sel         Select  which  type  of  attribute  to  return,  see   enum
16                   nvme_get_features_sel
17
18       nsid        Namespace ID
19
20       data        Buffer to receive LBA Range Type data structure
21
22       result      The command completion result from CQE dword0
23

RETURN

25       The  nvme command status if a response was received (see enum nvme_sta‐
26       tus_field) or -1 with errno set otherwise.
27
28
29
30October 2023             nvme_get_features_lba_rnavnmgee_2get_features_lba_range2(9)
Impressum