Searched refs:SB_NOUSER (Results 1 – 8 of 8) sorted by relevance
101 return !(dentry->d_sb->s_flags & SB_NOUSER); in path_mediated_fs()
296 (fd_file(f)->f_path.dentry->d_sb->s_flags & SB_NOUSER) || in get_path_from_fd()
386 return (dentry->d_sb->s_flags & SB_NOUSER) || in is_nouser_or_private()
414 nsfs_mnt->mnt_sb->s_flags &= ~SB_NOUSER; in nsfs_init()
722 fc->sb_flags |= SB_NOUSER; in init_pseudo()
4655 sb->s_flags |= SB_NOUSER; in shmem_fill_super()4660 sb->s_flags |= SB_NOUSER; in shmem_fill_super()
2651 aafs_mnt->mnt_sb->s_flags &= ~SB_NOUSER; in aa_create_aafs()
1197 #define SB_NOUSER BIT(31) macro