Scroll to navigation

libnvme(2) API Manual libnvme(2)

NAME

struct nvme_ns_mgmt_args - Arguments for NVMe Namespace Management command

SYNOPSIS

struct nvme_ns_mgmt_args {
__u32 *result;
struct nvme_id_ns *ns;
int args_size;
int fd;
__u32 timeout;
__u32 nsid;
enum nvme_ns_mgmt_sel sel;
__u8 csi;
__u8 rsvd1[3];
void *rsvd2;
struct nvme_ns_mgmt_host_sw_specified *data;
};

Members

NVMe command result
Namespace identification descriptors
Size of struct nvme_ns_mgmt_args
File descriptor of nvme device
Timeout in ms
Namespace identifier
Type of management operation to perform
Command Set Identifier
Reserved
Reserved
Host Software Specified Fields
struct nvme_ns_mgmt_args December 2025