Symbol: mount_flags
fs/affs/super.c
176
unsigned long mount_flags; /* Options */
fs/affs/super.c
222
affs_set_opt(ctx->mount_flags, SF_SETMODE);
fs/affs/super.c
225
affs_set_opt(ctx->mount_flags, SF_MUFS);
fs/affs/super.c
228
affs_set_opt(ctx->mount_flags, SF_NO_TRUNCATE);
fs/affs/super.c
234
affs_set_opt(ctx->mount_flags, SF_PREFIX);
fs/affs/super.c
237
affs_set_opt(ctx->mount_flags, SF_IMMUTABLE);
fs/affs/super.c
247
affs_set_opt(ctx->mount_flags, SF_SETGID);
fs/affs/super.c
251
affs_set_opt(ctx->mount_flags, SF_SETUID);
fs/affs/super.c
254
affs_set_opt(ctx->mount_flags, SF_VERBOSE);
fs/affs/super.c
341
sbi->s_flags = ctx->mount_flags;
fs/affs/super.c
476
if (affs_test_opt(ctx->mount_flags, SF_VERBOSE)) {
fs/affs/super.c
534
sbi->s_flags = ctx->mount_flags;
tools/perf/trace/beauty/mount_flags.c
17
static DEFINE_STRARRAY(mount_flags, "MS_");
tools/testing/selftests/mount/unprivileged-remount-test.c
183
int mount_flags, int remount_flags, int invalid_flags)
tools/testing/selftests/mount/unprivileged-remount-test.c
216
if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
tools/testing/selftests/mount/unprivileged-remount-test.c
246
static bool test_unpriv_remount_simple(int mount_flags)
tools/testing/selftests/mount/unprivileged-remount-test.c
248
return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, 0);
tools/testing/selftests/mount/unprivileged-remount-test.c
251
static bool test_unpriv_remount_atime(int mount_flags, int invalid_flags)
tools/testing/selftests/mount/unprivileged-remount-test.c
253
return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags,