1nvme_flush(9)                 libnvme API manual                 nvme_flush(9)
2
3
4

NAME

6       nvme_flush - Send an nvme flush command
7

SYNOPSIS

9       int nvme_flush (int fd , __u32 nsid );
10

ARGUMENTS

12       fd          File descriptor of nvme device
13
14       nsid        Namespace identifier
15

DESCRIPTION

17       The Flush command requests that the contents of volatile write cache be
18       made non-volatile.
19

RETURN

21       The nvme command status if a response was received (see enum  nvme_sta‐
22       tus_field) or -1 with errno set otherwise.
23
24
25
26November 2022                     nvme_flush                     nvme_flush(9)
Impressum