Module Styx__.Types

module Qid : sig ... end

A Qid is a unique identifier for a file. While any number of client-side identifiers (fids) can point to the same file, two files are the same if and only if they have the same Qid.

module Mode : sig ... end

A file's mode describes the type of file and its permissions.

module Stat : sig ... end

A stat structure contains metadata for a file, such as its owners, permissions, and size. Stat structures are retrieved by Tstat requests and supplied by Twstat requests. In addition, the contents of a directory is a series of adjacent stat structures.

module Flag : sig ... end

Flags determine the type of I/O to allow on a fid in a Topen or Tcreate request.