ceph.structs
Structs.C
ceph
ceph.stubs
module T : Cstubs_structs.TYPE
val libcephfs_VER_MAJOR : int T.const
val libcephfs_VER_MINOR : int T.const
val libcephfs_VER_EXTRA : int T.const
val enoent : int T.const
val dt_BLK : char T.const
val dt_CHR : char T.const
val dt_DIR : char T.const
val dt_FIFO : char T.const
val dt_LNK : char T.const
val dt_REG : char T.const
val dt_SOCK : char T.const
val dt_UNKNOWN : char T.const
val o_RDONLY : int T.const
val o_WRONLY : int T.const
val o_RDWR : int T.const
val o_CREAT : int T.const
val o_EXCL : int T.const
val o_TRUNC : int T.const
val o_DIRECTORY : int T.const
val o_NOFOLLOW : int T.const
type dirent
val struct_dirent : dirent Ctypes.structure T.typ
val d_inode : (int64, dirent Ctypes.structure) T.field
val d_off : (int64, dirent Ctypes.structure) T.field
val d_reclen : (int, dirent Ctypes.structure) T.field
val d_type : (char, dirent Ctypes.structure) T.field
val d_name : (char, dirent Ctypes.structure) T.field
val statx_ALL_STATS : Unsigned.uint T.const
val statx_BASIC_STATS : Unsigned.uint T.const
val statx_MODE : Unsigned.uint T.const
val statx_SIZE : Unsigned.uint T.const
val statx_MTIME : Unsigned.uint T.const
val statx_BTIME : Unsigned.uint T.const
type timespec
val struct_timespec : timespec Ctypes.structure T.typ
val tv_sec : (PosixTypes.time_t, timespec Ctypes.structure) T.field
val tv_nsec : (Signed.long, timespec Ctypes.structure) T.field
type statx
val struct_statx : statx Ctypes.structure T.typ
val (-:) : 'a T.typ -> string -> ('a, statx Ctypes.structure) T.field
val stx_mode : (Unsigned.uint16, statx Ctypes.structure) T.field
val stx_size : (Unsigned.uint64, statx Ctypes.structure) T.field
val stx_mtime : (timespec Ctypes.structure, statx Ctypes.structure) T.field
val stx_btime : (timespec Ctypes.structure, statx Ctypes.structure) T.field
val c : string -> Unsigned.uint16 T.const
val s_IFMT : Unsigned.uint16 T.const
val s_IFSOCK : Unsigned.uint16 T.const
val s_IFLNK : Unsigned.uint16 T.const
val s_IFREG : Unsigned.uint16 T.const
val s_IFBLK : Unsigned.uint16 T.const
val s_IFDIR : Unsigned.uint16 T.const
val s_IFCHR : Unsigned.uint16 T.const
val s_IFIFO : Unsigned.uint16 T.const