Searched refs:mnt_flags (Results 1 – 8 of 8) sorted by relevance
119 int mnt_flags; in read_mnt_flags() local131 mnt_flags = 0; in read_mnt_flags()133 mnt_flags |= MS_RDONLY; in read_mnt_flags()135 mnt_flags |= MS_NOSUID; in read_mnt_flags()137 mnt_flags |= MS_NODEV; in read_mnt_flags()139 mnt_flags |= MS_NOEXEC; in read_mnt_flags()141 mnt_flags |= MS_NOATIME; in read_mnt_flags()143 mnt_flags |= MS_NODIRATIME; in read_mnt_flags()145 mnt_flags |= MS_RELATIME; in read_mnt_flags()147 mnt_flags |= MS_SYNCHRONOUS; in read_mnt_flags()[all …]
289 uid_t gid, bool bind, unsigned long *mnt_flags) in setup_mount_destination() argument332 if (bind && mnt_flags) { in setup_mount_destination()342 *mnt_flags = stvfs_buf.f_flag; in setup_mount_destination()
55 uid_t gid, bool bind, unsigned long *mnt_flags);
176 .mnt_flags = MS_STRICTATIME,
175 unsigned int mnt_flags; member
278 if (nd.mnt->mnt_flags & MNT_NODEV) in lookup_bdev()
842 tst_test->mnt_flags, tst_test->mnt_data); in prepare_device()
1007 You can pass additional flags and data to the mount command via '.mnt_flags'