Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/mount/
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); in test_priv_mount_unpriv_remount()
/linux-4.4.14/include/uapi/linux/
Dfs.h80 #define MS_REC 16384 macro
/linux-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c124 if (mount("none", "/", NULL, MS_REC | MS_PRIVATE, NULL) != 0) in create_and_enter_ns()
/linux-4.4.14/fs/
Dnamespace.c2008 int type = flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type()
2026 int recurse = flag & MS_REC; in do_change_type()
2719 retval = do_loopback(&path, dev_name, flags & MS_REC); in do_mount()