SB_KERNMOUNT
fc = fs_context_for_mount(type, SB_KERNMOUNT);
fc = fs_context_for_mount(&hugetlbfs_fs_type, SB_KERNMOUNT);
mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
if (fc->sb_flags & SB_KERNMOUNT)
mnt = vfs_kern_mount(type, SB_KERNMOUNT, type->name, NULL);
ss_mnt = vfs_kern_mount(type, SB_KERNMOUNT, dev_name, raw_data);
if (!(fc->sb_flags & SB_KERNMOUNT)) {
fc = fs_context_for_mount(&mqueue_fs_type, SB_KERNMOUNT);
if (file_inode(file)->i_sb->s_flags & (SB_NOUSER | SB_KERNMOUNT))
if (!(sb->s_flags & SB_KERNMOUNT)) {
if (!(sb->s_flags & SB_KERNMOUNT)) {
if (sb->s_flags & SB_KERNMOUNT) {