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

Copy Markdown View Source

FUSE_RENAME (12) — fuse_rename_in (8 bytes) with the new parent nodeid, then oldname+NUL, then newname+NUL. The old parent is in the request header.

Summary

Types

t()

@type t() :: %Wick.Protocol.Request.Rename{
  newdir: non_neg_integer(),
  newname: String.t(),
  oldname: String.t()
}