Lines Matching full:mount
7 * These are the fs-independent mount-flags: up to 32 flags are supported
9 * Usage of these is restricted within the kernel to core mount(2) code and
13 #define MS_RDONLY 1 /* Mount read-only */
56 * Old magic mount flag and mask
77 #define MOVE_MOUNT_BENEATH 0x00000200 /* Mount beneath top mount */
114 * Mount attributes.
116 #define MOUNT_ATTR_RDONLY 0x00000001 /* Mount read-only */
125 #define MOUNT_ATTR_IDMAP 0x00100000 /* Idmap mount to @userns_fd in struct mount_attr. */
143 * Structure for getting mount/superblock/filesystem info with statmount(2).
157 __u32 mnt_opts; /* [str] Mount options of the mount */
164 __u64 mnt_id; /* Unique ID of mount */
171 __u64 mnt_master; /* Mount receives propagation from this ID */
173 __u32 mnt_root; /* [str] Root of mount relative to root of fs */
175 __u64 mnt_ns_id; /* ID of the mount namespace */
181 * Structure for passing mount ID and miscellaneous parameters to statmount(2)
185 * For listmount(2) @param represents the last listed mount id (or zero).
214 #define LSMT_ROOT 0xffffffffffffffff /* root mount */