Home
last modified time | relevance | path

Searched refs:mnt_flags (Results 1 – 8 of 8) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c119 int mnt_flags; in read_mnt_flags() local
131 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 …]
/external/minijail/
Dsystem.c289 uid_t gid, bool bind, unsigned long *mnt_flags) in setup_mount_destination() argument
332 if (bind && mnt_flags) { in setup_mount_destination()
342 *mnt_flags = stvfs_buf.f_flag; in setup_mount_destination()
Dsystem.h55 uid_t gid, bool bind, unsigned long *mnt_flags);
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c176 .mnt_flags = MS_STRICTATIME,
/external/ltp/include/
Dtst_test.h175 unsigned int mnt_flags; member
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c278 if (nd.mnt->mnt_flags & MNT_NODEV) in lookup_bdev()
/external/ltp/lib/
Dtst_test.c842 tst_test->mnt_flags, tst_test->mnt_data); in prepare_device()
/external/ltp/doc/
Dtest-writing-guidelines.txt1007 You can pass additional flags and data to the mount command via '.mnt_flags'