Wick.Protocol.Request.FsyncDir (wick v0.1.0)

Copy Markdown View Source

FUSE_FSYNCDIR — same wire layout as Fsync (fuse_fsync_in, 16 bytes); semantics differ (it flushes the directory's metadata rather than the file's data).

Summary

Types

t()

@type t() :: %Wick.Protocol.Request.FsyncDir{
  fh: non_neg_integer(),
  fsync_flags: non_neg_integer()
}