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

Copy Markdown View Source

FUSE_CREATE — fuse_create_in (16 bytes) + name + NUL.

Summary

Types

t()

@type t() :: %Wick.Protocol.Request.Create{
  flags: non_neg_integer(),
  mode: non_neg_integer(),
  name: String.t(),
  umask: non_neg_integer()
}