Searched refs:mnt_flags (Results 1 – 9 of 9) 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 …]
303 uid_t gid, bool bind, unsigned long *mnt_flags) in setup_mount_destination() argument346 if (bind && mnt_flags) { in setup_mount_destination()356 *mnt_flags = stvfs_buf.f_flag; in setup_mount_destination()
58 uid_t gid, bool bind, unsigned long *mnt_flags);
178 .mnt_flags = MS_STRICTATIME,
160 unsigned int mnt_flags; member
278 if (nd.mnt->mnt_flags & MNT_NODEV) in lookup_bdev()
760 tst_test->mnt_flags, tst_test->mnt_data); in prepare_device()
421 int mnt_flags; member
988 You can pass additional flags and data to the mount command via '.mnt_flags'