package async_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Statx.MaskSource

Sourcetype t = private int

A set of flags.

Sourceval of_int : int -> t
Sourceval (+) : t -> t -> t

a + b is the union of the sets.

Sourceval mem : t -> t -> bool

mem x flags is true iff x is a subset of flags.

Sourceval type' : t
Sourceval mode : t
Sourceval uid : t
Sourceval gid : t
Sourceval atime : t
Sourceval mtime : t
Sourceval ctime : t
Sourceval ino : t
Sourceval size : t
Sourceval blocks : t
Sourceval basic_stats : t

All of the above flags.

Sourceval btime : t
Sourceval mnt_id : t

As of Linux 5.8

Sourceval dioalign : t

As of Linux 6.1

Sourceval check : Int64.t -> t -> bool

check mask t checks if t is set in mask.

OCaml

Innovation. Community. Security.