prepFsync

Prepares fsync operation.

nothrow @nogc ref @safe
SubmissionEntry
prepFsync
(
return ref SubmissionEntry entry
,
int fd
,
FsyncFlags flags = FsyncFlags.NORMAL
)

Parameters

entry SubmissionEntry

SubmissionEntry to prepare

fd int

file descriptor of a file to call fsync on

flags FsyncFlags

fsync operation flags

Meta