Searched refs:MS_REC (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 37 #ifndef MS_REC 38 # define MS_REC 16384 macro 296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); test_priv_mount_unpriv_remount()
|
/linux-4.4.14/include/uapi/linux/ |
H A D | fs.h | 80 #define MS_REC 16384 macro
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
H A D | test_execve.c | 124 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) create_and_enter_ns()
|
/linux-4.4.14/fs/ |
H A D | namespace.c | 2008 int type = flags & ~(MS_REC | MS_SILENT); flags_to_propagation_type() 2026 int recurse = flag & MS_REC; do_change_type() 2719 retval = do_loopback(&path, dev_name, flags & MS_REC); do_mount()
|
Completed in 183 milliseconds