Lines Matching refs:fs_type
487 if (!(fc->fs_type->fs_flags & FS_USERNS_MOUNT)) in mount_capable()
523 hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) { in sget_fc()
530 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc()
545 s->s_type = fc->fs_type; in sget_fc()
1292 bdev = blkdev_get_by_path(fc->source, mode, fc->fs_type); in get_tree_bdev()
1363 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument
1375 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev()
1390 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC, in mount_bdev()
1453 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument
1458 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1503 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() argument
1510 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
1553 fc->fs_type->name); in vfs_get_tree()
1585 "negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes); in vfs_get_tree()