Home
last modified time | relevance | path

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

/linux-4.4.14/fs/sysfs/
Dmount.c62 .fs_flags = FS_USERNS_VISIBLE | FS_USERNS_MOUNT,
/linux-4.4.14/fs/proc/
Droot.c168 .fs_flags = FS_USERNS_VISIBLE | FS_USERNS_MOUNT,
/linux-4.4.14/include/linux/
Dfs.h1940 #define FS_USERNS_VISIBLE 32 /* FS must already be visible */ macro
/linux-4.4.14/fs/
Dnamespace.c2403 if (type->fs_flags & FS_USERNS_VISIBLE) { in do_new_mount()