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

/linux-4.4.14/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c37 #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 Dfs.h80 #define MS_REC 16384 macro
/linux-4.4.14/tools/testing/selftests/capabilities/
H A Dtest_execve.c124 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) create_and_enter_ns()
/linux-4.4.14/fs/
H A Dnamespace.c2008 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 154 milliseconds