Searched refs:mount_flags (Results 1 – 5 of 5) 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/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 228 mount_flags_tbl := $(srctree)/tools/perf/trace/beauty/mount_flags.sh 301 $(OUTPUT)trace/beauty/mount_flags.o: $(mount_flags_array)
|
| /linux/include/linux/ |
| H A D | mount.h | 25 enum mount_flags { enum
|
| /linux/tools/perf/ |
| H A D | Makefile.perf | |