Home
last modified time | relevance | path

Searched refs:mount_flags (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c183 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 Dmount_flags.c17 static DEFINE_STRARRAY(mount_flags, "MS_"); in mount__scnprintf_flags()
H A DBuild11 perf-y += mount_flags.o
/linux/tools/perf/
H A DMakefile.perf652 mount_flags_tbl := $(srctree)/tools/perf/trace/beauty/mount_flags.sh