Home
last modified time | relevance | path

Searched refs:MS_REC (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/security/apparmor/
H A Dmount.c52 audit_log_format(ab, flags & MS_REC ? ", rbind" : ", bind"); in audit_mnt_flags()
60 audit_log_format(ab, flags & MS_REC ? ", runbindable" : in audit_mnt_flags()
63 audit_log_format(ab, flags & MS_REC ? ", rprivate" : in audit_mnt_flags()
66 audit_log_format(ab, flags & MS_REC ? ", rslave" : in audit_mnt_flags()
69 audit_log_format(ab, flags & MS_REC ? ", rshared" : in audit_mnt_flags()
437 flags &= MS_REC | MS_BIND; in aa_bind_mount()
471 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
/kernel/linux/linux-6.6/security/apparmor/
H A Dmount.c52 audit_log_format(ab, flags & MS_REC ? ", rbind" : ", bind"); in audit_mnt_flags()
60 audit_log_format(ab, flags & MS_REC ? ", runbindable" : in audit_mnt_flags()
63 audit_log_format(ab, flags & MS_REC ? ", rprivate" : in audit_mnt_flags()
66 audit_log_format(ab, flags & MS_REC ? ", rslave" : in audit_mnt_flags()
69 audit_log_format(ab, flags & MS_REC ? ", rshared" : in audit_mnt_flags()
435 flags &= MS_REC | MS_BIND; in aa_bind_mount()
470 flags &= (MS_REC | MS_SILENT | MS_SHARED | MS_PRIVATE | MS_SLAVE | in aa_mount_change_type()
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c38 #ifndef MS_REC
39 # define MS_REC 16384 macro
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
/kernel/linux/linux-6.6/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c38 #ifndef MS_REC
39 # define MS_REC 16384 macro
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
/kernel/linux/linux-5.10/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c38 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
H A Drecursion-depth.c37 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/tmpfs/
H A Dbug-link-o-tmpfile.c38 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
H A Drecursion-depth.c37 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in main()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dmount.h24 #define MS_REC 16384 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dmount.h24 #define MS_REC 16384 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dmount.h34 #define MS_REC 16384 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dmount.h34 #define MS_REC 16384 macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c38 err = mount("", "/", "", MS_REC | MS_PRIVATE, NULL); in fn()
/kernel/linux/linux-5.10/samples/binderfs/
H A Dbinderfs_example.c30 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in main()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dmount.h26 #define MS_REC 16384 macro
/kernel/linux/linux-6.6/samples/binderfs/
H A Dbinderfs_example.c30 ret = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-subset-pid.c48 if (mount(NULL, "/", NULL, MS_PRIVATE|MS_REC, NULL) == -1) { in make_private_proc()
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dmount.h26 #define MS_REC 16384 macro
/kernel/linux/linux-6.6/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c33 #ifndef MS_REC
34 #define MS_REC 16384 macro
230 if (mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0)) in prepare_unpriv_mountns()
413 ASSERT_EQ(mount("/tmp", "/mnt/A/AA", NULL, MS_BIND | MS_REC, NULL), 0); in FIXTURE_SETUP()
1006 ASSERT_EQ(mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0), 0); in FIXTURE_SETUP()
1038 ASSERT_EQ(mount("/tmp", "/mnt/A/AA", NULL, MS_BIND | MS_REC, NULL), 0); in FIXTURE_SETUP()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_current_pid_tgid_new_ns.c76 if (CHECK_NEWNS(mount("none", "/proc", NULL, MS_PRIVATE|MS_REC, NULL), in main()
H A Dcgroup_helpers.c110 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL)) { in setup_cgroup_environment()
/kernel/linux/linux-5.10/tools/testing/selftests/firmware/
H A Dfw_namespace.c105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/
H A Dfw_namespace.c105 if (mount(NULL, "/", NULL, MS_SLAVE|MS_REC, NULL) == -1) in test_fw_in_ns()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtest_bpffs.c42 err = mount("", "/", "", MS_REC | MS_PRIVATE, NULL); in fn()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c229 r = mount(NULL, "/", NULL, MS_REC | MS_PRIVATE, 0); in child_fdinfo_nspid_test()

Completed in 13 milliseconds

12