Searched refs:mount_flags (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/mount/ |
| H A D | unprivileged-remount-test.c | 183 int mount_flags, int remount_flags, int invalid_flags) in test_unpriv_remount() argument 216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { in test_unpriv_remount() 246 static bool test_unpriv_remount_simple(int mount_flags) in test_unpriv_remount_simple() argument 248 return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, 0); in test_unpriv_remount_simple() 251 static bool test_unpriv_remount_atime(int mount_flags, int invalid_flags) in test_unpriv_remount_atime() argument 253 return test_unpriv_remount("ramfs", NULL, mount_flags, mount_flags, in test_unpriv_remount_atime()
|
| /linux/fs/affs/ |
| H A D | super.c | 176 unsigned long mount_flags; /* Options */ member 222 affs_set_opt(ctx->mount_flags, SF_SETMODE); in affs_parse_param() 225 affs_set_opt(ctx->mount_flags, SF_MUFS); in affs_parse_param() 228 affs_set_opt(ctx->mount_flags, SF_NO_TRUNCATE); in affs_parse_param() 234 affs_set_opt(ctx->mount_flags, SF_PREFIX); in affs_parse_param() 237 affs_set_opt(ctx->mount_flags, SF_IMMUTABLE); in affs_parse_param() 247 affs_set_opt(ctx->mount_flags, SF_SETGID); in affs_parse_param() 251 affs_set_opt(ctx->mount_flags, SF_SETUID); in affs_parse_param() 254 affs_set_opt(ctx->mount_flags, SF_VERBOSE); in affs_parse_param() 341 sbi->s_flags = ctx->mount_flags; in affs_fill_super() [all …]
|
| /linux/tools/perf/trace/beauty/ |
| H A D | mount_flags.c | 17 static DEFINE_STRARRAY(mount_flags, "MS_"); in mount__scnprintf_flags()
|
| H A D | Build | 11 perf-y += mount_flags.o
|
| /linux/include/linux/ |
| H A D | mount.h | 25 enum mount_flags { enum
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | 660 mount_flags_tbl := $(srctree)/tools/perf/trace/beauty/mount_flags.sh
|