Home
last modified time | relevance | path

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

/openbmc/linux/fs/sysfs/
H A Dmount.c36 fc->root->d_sb->s_iflags |= SB_I_USERNS_VISIBLE; in sysfs_get_tree()
/openbmc/linux/fs/proc/
H A Droot.c174 s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; in proc_fill_super()
/openbmc/linux/kernel/
H A Dacct.c255 if (file_inode(file)->i_sb->s_iflags & SB_I_USERNS_VISIBLE) { in acct_on()
/openbmc/linux/include/linux/
H A Dfs.h1163 #define SB_I_USERNS_VISIBLE 0x00000010 /* fstype already mounted */ macro
/openbmc/linux/fs/
H A Dnamespace.c4921 if (!(s_iflags & SB_I_USERNS_VISIBLE)) in mount_too_revealing()