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

Copy Markdown View Source

FUSE_MKDIR — fuse_mkdir_in (8 bytes) + name + NUL.

Summary

Types

t()

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