Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/uapi/linux/
Dfs.h80 #define MS_REC 16384 macro
/linux-4.1.27/fs/
Dnamespace.c1997 int type = flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type()
2015 int recurse = flag & MS_REC; in do_change_type()
2710 retval = do_loopback(&path, dev_name, flags & MS_REC); in do_mount()