Module: HrrRbMount::Constants

Included in:
HrrRbMount
Defined in:
lib/hrr_rb_mount.rb,
ext/hrr_rb_mount/hrr_rb_mount.c

Overview

Constants that represent the flags for mount and umount operations.

Constant Summary collapse

REMOUNT =

This flag can be specified in mount.

INT2NUM(MS_REMOUNT)
BIND =

This flag can be specified in mount.

INT2NUM(MS_BIND)
SHARED =

This flag can be specified in mount.

INT2NUM(MS_SHARED)
PRIVATE =

This flag can be specified in mount.

INT2NUM(MS_PRIVATE)
SLAVE =

This flag can be specified in mount.

INT2NUM(MS_SLAVE)
UNBINDABLE =

This flag can be specified in mount.

INT2NUM(MS_UNBINDABLE)
MOVE =

This flag can be specified in mount.

INT2NUM(MS_MOVE)
DIRSYNC =

This flag can be specified in mount.

INT2NUM(MS_DIRSYNC)
LAZYTIME =

This flag can be specified in mount.

INT2NUM(MS_LAZYTIME)
MANDLOCK =

This flag can be specified in mount.

INT2NUM(MS_MANDLOCK)
NOATIME =

This flag can be specified in mount.

INT2NUM(MS_NOATIME)
NODEV =

This flag can be specified in mount.

INT2NUM(MS_NODEV)
NODIRATIME =

This flag can be specified in mount.

INT2NUM(MS_NODIRATIME)
NOEXEC =

This flag can be specified in mount.

INT2NUM(MS_NOEXEC)
NOSUID =

This flag can be specified in mount.

INT2NUM(MS_NOSUID)
RDONLY =

This flag can be specified in mount.

INT2NUM(MS_RDONLY)
REC =

This flag can be specified in mount.

INT2NUM(MS_REC)
RELATIME =

This flag can be specified in mount.

INT2NUM(MS_RELATIME)
SILENT =

This flag can be specified in mount.

INT2NUM(MS_SILENT)
STRICTATIME =

This flag can be specified in mount.

INT2NUM(MS_STRICTATIME)
SYNCHRONOUS =

This flag can be specified in mount.

INT2NUM(MS_SYNCHRONOUS)
FORCE =

This flag can be specified in umount.

INT2NUM(MNT_FORCE)
DETACH =

This flag can be specified in umount.

INT2NUM(MNT_DETACH)
EXPIRE =

This flag can be specified in umount.

INT2NUM(MNT_EXPIRE)
NOFOLLOW =

This flag can be specified in umount.

INT2NUM(UMOUNT_NOFOLLOW)