logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

nvme_flush - Send an nvme flush command

Arguments

fd File descriptor of nvme device nsid Namespace identifier

Description

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

Name

nvme_flush - Send an nvme flush command

Return

The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set otherwise. August 2025 nvme_flush nvme_flush(2)

Synopsis

intnvme_flush(intfd,__u32nsid);

See Also