Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_dsm_args - Arguments for the NVMe Dataset Management command

SYNOPSIS

struct nvme_dsm_args {
__u32 *result;
struct nvme_dsm_range *dsm;
int args_size;
int fd;
__u32 timeout;
__u32 nsid;
__u32 attrs;
__u16 nr_ranges;
};

Members

The command completion result from CQE dword0
The data set management attributes
Size of struct nvme_dsm_args
File descriptor of nvme device
Timeout in ms
Namespace identifier
DSM attributes, see enum nvme_dsm_attributes
Number of block ranges in the data set management attributes
struct nvme_dsm_args December 2025