1nvme_get_features_lba_range(9)libnvme API manualnvme_get_features_lba_range(9)
2
3
4

NAME

6       nvme_get_features_lba_range - Get LBA range feature
7

SYNOPSIS

9       int  nvme_get_features_lba_range  (int  fd , enum nvme_get_features_sel
10       sel , 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       data        User address of feature data, if applicable
19
20       result      The command completion result from CQE dword0
21

DESCRIPTION

23       Deprecated:  doesn't  support  specifying  a  NSID.   Use nvme_get_fea‐
24       tures_lba_range2 instead.
25

RETURN

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