1nvme_flush(9) libnvme API manual nvme_flush(9)
23
4
NAME
6nvme_flush - Send an nvme flush command
7
SYNOPSIS
9int nvme_flush (int fd , __u32 nsid );
10
ARGUMENTS
12fd File descriptor of nvme device
1314
nsid Namespace identifier
15
DESCRIPTION
17The Flush command requests that the contents of volatile write cache be
18made non-volatile.
19
RETURN
21The nvme command status if a response was received (see enum nvme_sta‐
22tus_field) or -1 with errno set otherwise.
2324
25
26
April 2023 nvme_flush nvme_flush(9)