package ceph

  1. Overview
  2. Docs

Parameters

Signature

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
type statx
val struct_statx : statx Ctypes.structure T.typ
val (-:) : 'a T.typ -> string -> ('a, statx Ctypes.structure) T.field
val c : string -> 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
OCaml

Innovation. Community. Security.