Uring.Statxmodule Flags : sig ... endmodule Attr : sig ... endmodule Mask : sig ... endThe mask flags are used to tell the kernel which fields the statx invocation is interested in. You may wish to use Mask.check on the returned Statx.t to verify the field has actually been filled in with a sensible value first. In general, the kernel never refused values specified in the mask, but may choose to not set the mask in the returned buffer from statx.
See Mask.mnt_id.
See Mask.dioalign.
See Mask.dioalign.
val atime_sec : t -> int64val btime_sec : t -> int64val ctime_sec : t -> int64val mtime_sec : t -> int64val atime_nsec : t -> intval btime_nsec : t -> intval ctime_nsec : t -> intval mtime_nsec : t -> intval mode : t -> intval perm : t -> int