enum

Crysco::Syscalls::MountFlags

Inherits Enum < Comparable < Value < Object

Constants

MNT_DETACH = 2
MS_BIND = 4096
MS_REC = 16384
MS_PRIVATE = 262144
None = 0
All = 282626

Instance methods

mnt_detach?

Returns true if this enum value contains MNT_DETACH

Source
ms_bind?

Returns true if this enum value contains MS_BIND

Source
ms_private?

Returns true if this enum value contains MS_PRIVATE

Source
ms_rec?

Returns true if this enum value contains MS_REC

Source
none?
Source