nvme_dsm - Send an nvme data set management command
Contents
Arguments
args structnvme_dsm_args argument structure
Description
The Dataset Management command is used by the host to indicate attributes for ranges of logical blocks.
This includes attributes like frequency that data is read or written, access size, and other information
that may be used to optimize performance and reliability, and may be used to deallocate/unmap/trim those
logical blocks.
Name
nvme_dsm - Send an nvme data set management command
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_dsm nvme_dsm(2)
Synopsis
intnvme_dsm(structnvme_dsm_args*args);
