package uring

  1. Overview
  2. Docs

Module Statx.FlagsSource

include FLAGS
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 empty : t
Sourceval empty_path : t
Sourceval no_automount : t
Sourceval statx_sync_as_stat : t
Sourceval statx_force_sync : t
Sourceval statx_dont_sync : t
OCaml

Innovation. Community. Security.