Home
last modified time | relevance | path

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

/Linux-v4.19/fs/sysfs/
Dmount.c41 root->d_sb->s_iflags |= SB_I_USERNS_VISIBLE; in sysfs_mount()
/Linux-v4.19/fs/proc/
Dinode.c504 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
/Linux-v4.19/include/linux/
Dfs.h1338 #define SB_I_USERNS_VISIBLE 0x00000010 /* fstype already mounted */ macro
/Linux-v4.19/fs/
Dnamespace.c3369 if (!(s_iflags & SB_I_USERNS_VISIBLE)) in mount_too_revealing()