Lines Matching refs:fs_type
693 if (!(fc->fs_type->fs_flags & FS_USERNS_MOUNT)) in mount_capable()
746 if (user_ns != &init_user_ns && !(fc->fs_type->fs_flags & FS_USERNS_MOUNT)) { in sget_fc()
754 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc()
761 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc()
776 s->s_type = fc->fs_type; in sget_fc()
1724 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument
1737 s = sget(fs_type, test_bdev_super, set_bdev_super, flags, &dev); in mount_bdev()
1776 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument
1781 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1821 fc->fs_type->name, error); in vfs_get_tree()
1853 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()