fs_type           739 drivers/android/binderfs.c static struct dentry *binderfs_mount(struct file_system_type *fs_type,
fs_type           743 drivers/android/binderfs.c 	return mount_nodev(fs_type, flags, data, binderfs_fill_super);
fs_type            61 drivers/base/devtmpfs.c static struct dentry *public_dev_mount(struct file_system_type *fs_type, int flags,
fs_type          3932 drivers/staging/exfat/exfat_super.c static struct dentry *exfat_fs_mount(struct file_system_type *fs_type,
fs_type          3936 drivers/staging/exfat/exfat_super.c 	return mount_bdev(fs_type, flags, dev_name, data, exfat_fill_super);
fs_type           107 fs/9p/vfs_super.c static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags,
fs_type           130 fs/9p/vfs_super.c 	sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses);
fs_type           537 fs/adfs/super.c static struct dentry *adfs_mount(struct file_system_type *fs_type,
fs_type           540 fs/adfs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, adfs_fill_super);
fs_type           629 fs/affs/super.c static struct dentry *affs_mount(struct file_system_type *fs_type,
fs_type           632 fs/affs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, affs_fill_super);
fs_type            10 fs/autofs/init.c static struct dentry *autofs_mount(struct file_system_type *fs_type,
fs_type            13 fs/autofs/init.c 	return mount_nodev(fs_type, flags, data, autofs_fill_super);
fs_type           975 fs/befs/linuxvfs.c befs_mount(struct file_system_type *fs_type, int flags, const char *dev_name,
fs_type           978 fs/befs/linuxvfs.c 	return mount_bdev(fs_type, flags, dev_name, data, befs_fill_super);
fs_type           453 fs/bfs/inode.c static struct dentry *bfs_mount(struct file_system_type *fs_type,
fs_type           456 fs/bfs/inode.c 	return mount_bdev(fs_type, flags, dev_name, data, bfs_fill_super);
fs_type          1476 fs/btrfs/super.c static struct dentry *btrfs_mount_root(struct file_system_type *fs_type,
fs_type          1517 fs/btrfs/super.c 	error = btrfs_parse_device_options(data, mode, fs_type);
fs_type          1523 fs/btrfs/super.c 	device = btrfs_scan_one_device(device_name, mode, fs_type);
fs_type          1533 fs/btrfs/super.c 	error = btrfs_open_devices(fs_devices, mode, fs_type);
fs_type          1544 fs/btrfs/super.c 	s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | SB_NOSEC,
fs_type          1558 fs/btrfs/super.c 		btrfs_sb(s)->bdev_holder = fs_type;
fs_type          1604 fs/btrfs/super.c static struct dentry *btrfs_mount(struct file_system_type *fs_type, int flags,
fs_type          1094 fs/ceph/super.c static struct dentry *ceph_mount(struct file_system_type *fs_type,
fs_type          1131 fs/ceph/super.c 	sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc);
fs_type           772 fs/cifs/cifsfs.c cifs_smb3_do_mount(struct file_system_type *fs_type,
fs_type           829 fs/cifs/cifsfs.c 	sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data);
fs_type           872 fs/cifs/cifsfs.c smb3_do_mount(struct file_system_type *fs_type,
fs_type           875 fs/cifs/cifsfs.c 	return cifs_smb3_do_mount(fs_type, flags, dev_name, data, true);
fs_type           879 fs/cifs/cifsfs.c cifs_do_mount(struct file_system_type *fs_type,
fs_type           882 fs/cifs/cifsfs.c 	return cifs_smb3_do_mount(fs_type, flags, dev_name, data, false);
fs_type           316 fs/coda/inode.c static struct dentry *coda_mount(struct file_system_type *fs_type,
fs_type           319 fs/coda/inode.c 	return mount_nodev(fs_type, flags, data, coda_fill_super);
fs_type           265 fs/debugfs/inode.c static struct dentry *debug_mount(struct file_system_type *fs_type,
fs_type           269 fs/debugfs/inode.c 	return mount_single(fs_type, flags, data, debug_fill_super);
fs_type           502 fs/devpts/inode.c static struct dentry *devpts_mount(struct file_system_type *fs_type,
fs_type           505 fs/devpts/inode.c 	return mount_nodev(fs_type, flags, data, devpts_fill_super);
fs_type           476 fs/ecryptfs/main.c static struct dentry *ecryptfs_mount(struct file_system_type *fs_type, int flags,
fs_type           502 fs/ecryptfs/main.c 	s = sget(fs_type, NULL, set_anon_super, flags, NULL);
fs_type            24 fs/efs/super.c static struct dentry *efs_mount(struct file_system_type *fs_type,
fs_type            27 fs/efs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super);
fs_type           426 fs/erofs/super.c static struct dentry *erofs_mount(struct file_system_type *fs_type, int flags,
fs_type           429 fs/erofs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, erofs_fill_super);
fs_type          1480 fs/ext2/super.c static struct dentry *ext2_mount(struct file_system_type *fs_type,
fs_type          1483 fs/ext2/super.c 	return mount_bdev(fs_type, flags, dev_name, data, ext2_fill_super);
fs_type            78 fs/ext4/super.c static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags,
fs_type          6084 fs/ext4/super.c static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags,
fs_type          6087 fs/ext4/super.c 	return mount_bdev(fs_type, flags, dev_name, data, ext4_fill_super);
fs_type          3651 fs/f2fs/super.c static struct dentry *f2fs_mount(struct file_system_type *fs_type, int flags,
fs_type          3654 fs/f2fs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, f2fs_fill_super);
fs_type           656 fs/fat/namei_msdos.c static struct dentry *msdos_mount(struct file_system_type *fs_type,
fs_type           660 fs/fat/namei_msdos.c 	return mount_bdev(fs_type, flags, dev_name, data, msdos_fill_super);
fs_type          1053 fs/fat/namei_vfat.c static struct dentry *vfat_mount(struct file_system_type *fs_type,
fs_type          1057 fs/fat/namei_vfat.c 	return mount_bdev(fs_type, flags, dev_name, data, vfat_fill_super);
fs_type           309 fs/freevxfs/vxfs_super.c static struct dentry *vxfs_mount(struct file_system_type *fs_type,
fs_type           312 fs/freevxfs/vxfs_super.c 	return mount_bdev(fs_type, flags, dev_name, data, vxfs_fill_super);
fs_type           164 fs/fs_context.c 		      fc->fs_type->name, param->key);
fs_type           251 fs/fs_context.c static struct fs_context *alloc_fs_context(struct file_system_type *fs_type,
fs_type           268 fs/fs_context.c 	fc->fs_type	= get_filesystem(fs_type);
fs_type           289 fs/fs_context.c 	init_fs_context = fc->fs_type->init_fs_context;
fs_type           304 fs/fs_context.c struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
fs_type           307 fs/fs_context.c 	return alloc_fs_context(fs_type, NULL, sb_flags, 0,
fs_type           360 fs/fs_context.c 	get_filesystem(fc->fs_type);
fs_type           508 fs/fs_context.c 	put_filesystem(fc->fs_type);
fs_type           633 fs/fs_context.c 	if (fc->fs_type->fs_flags & FS_BINARY_MOUNTDATA)
fs_type           647 fs/fs_context.c 	root = fc->fs_type->mount(fc->fs_type, fc->sb_flags,
fs_type           743 fs/fs_context.c 	if (fc->fs_type->init_fs_context)
fs_type           744 fs/fs_context.c 		error = fc->fs_type->init_fs_context(fc);
fs_type           104 fs/fsopen.c    	fc->log->owner = fc->fs_type->owner;
fs_type           117 fs/fsopen.c    	struct file_system_type *fs_type;
fs_type           132 fs/fsopen.c    	fs_type = get_fs_type(fs_name);
fs_type           134 fs/fsopen.c    	if (!fs_type)
fs_type           137 fs/fsopen.c    	fc = fs_context_for_mount(fs_type, 0);
fs_type           138 fs/fsopen.c    	put_filesystem(fs_type);
fs_type          1310 fs/fuse/inode.c 	if (fc->fs_type == &fuseblk_fs_type) {
fs_type          1591 fs/gfs2/ops_fstype.c 	fc->fs_type = &gfs2_fs_type;
fs_type           454 fs/hfs/super.c static struct dentry *hfs_mount(struct file_system_type *fs_type,
fs_type           457 fs/hfs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, hfs_fill_super);
fs_type           639 fs/hfsplus/super.c static struct dentry *hfsplus_mount(struct file_system_type *fs_type,
fs_type           642 fs/hfsplus/super.c 	return mount_bdev(fs_type, flags, dev_name, data, hfsplus_fill_super);
fs_type           756 fs/hpfs/super.c static struct dentry *hpfs_mount(struct file_system_type *fs_type,
fs_type           759 fs/hpfs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, hpfs_fill_super);
fs_type          1569 fs/isofs/inode.c static struct dentry *isofs_mount(struct file_system_type *fs_type,
fs_type          1572 fs/isofs/inode.c 	return mount_bdev(fs_type, flags, dev_name, data, isofs_fill_super);
fs_type           673 fs/jfs/super.c static struct dentry *jfs_do_mount(struct file_system_type *fs_type,
fs_type           676 fs/jfs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, jfs_fill_super);
fs_type           650 fs/minix/inode.c static struct dentry *minix_mount(struct file_system_type *fs_type,
fs_type           653 fs/minix/inode.c 	return mount_bdev(fs_type, flags, dev_name, data, minix_fill_super);
fs_type            21 fs/nfs/nfs4super.c static struct dentry *nfs4_remote_mount(struct file_system_type *fs_type,
fs_type            23 fs/nfs/nfs4super.c static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
fs_type            25 fs/nfs/nfs4super.c static struct dentry *nfs4_remote_referral_mount(struct file_system_type *fs_type,
fs_type           108 fs/nfs/nfs4super.c nfs4_remote_mount(struct file_system_type *fs_type, int flags,
fs_type           130 fs/nfs/nfs4super.c static struct vfsmount *nfs_do_root_mount(struct file_system_type *fs_type,
fs_type           146 fs/nfs/nfs4super.c 	root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data);
fs_type           264 fs/nfs/nfs4super.c nfs4_remote_referral_mount(struct file_system_type *fs_type, int flags,
fs_type           297 fs/nfs/nfs4super.c static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
fs_type           296 fs/nfs/super.c static struct dentry *nfs_xdev_mount(struct file_system_type *fs_type,
fs_type          2154 fs/nfs/super.c static int nfs_validate_mount_data(struct file_system_type *fs_type,
fs_type          2160 fs/nfs/super.c 	if (fs_type == &nfs_fs_type)
fs_type          2165 fs/nfs/super.c static int nfs_validate_mount_data(struct file_system_type *fs_type,
fs_type          2735 fs/nfs/super.c struct dentry *nfs_fs_mount(struct file_system_type *fs_type,
fs_type          2752 fs/nfs/super.c 	error = nfs_validate_mount_data(fs_type, raw_data, mount_info.parsed, mount_info.mntfh, dev_name);
fs_type          2797 fs/nfs/super.c nfs_xdev_mount(struct file_system_type *fs_type, int flags,
fs_type          1264 fs/nilfs2/super.c nilfs_mount(struct file_system_type *fs_type, int flags,
fs_type          1276 fs/nilfs2/super.c 	sd.bdev = blkdev_get_by_path(dev_name, mode, fs_type);
fs_type          1298 fs/nilfs2/super.c 	s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags,
fs_type          3048 fs/ntfs/super.c static struct dentry *ntfs_mount(struct file_system_type *fs_type,
fs_type          3051 fs/ntfs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super);
fs_type           595 fs/ocfs2/dlmfs/dlmfs.c static struct dentry *dlmfs_mount(struct file_system_type *fs_type,
fs_type           598 fs/ocfs2/dlmfs/dlmfs.c 	return mount_nodev(fs_type, flags, data, dlmfs_fill_super);
fs_type          1186 fs/ocfs2/super.c static struct dentry *ocfs2_mount(struct file_system_type *fs_type,
fs_type          1191 fs/ocfs2/super.c 	return mount_bdev(fs_type, flags, dev_name, data, ocfs2_fill_super);
fs_type           602 fs/omfs/inode.c static struct dentry *omfs_mount(struct file_system_type *fs_type,
fs_type           605 fs/omfs/inode.c 	return mount_bdev(fs_type, flags, dev_name, data, omfs_fill_super);
fs_type          1719 fs/overlayfs/super.c static struct dentry *ovl_mount(struct file_system_type *fs_type, int flags,
fs_type          1722 fs/overlayfs/super.c 	return mount_nodev(fs_type, flags, raw_data, ovl_fill_super);
fs_type           413 fs/pstore/inode.c static struct dentry *pstore_mount(struct file_system_type *fs_type,
fs_type           416 fs/pstore/inode.c 	return mount_single(fs_type, flags, data, pstore_fill_super);
fs_type           382 fs/qnx4/inode.c static struct dentry *qnx4_mount(struct file_system_type *fs_type,
fs_type           385 fs/qnx4/inode.c 	return mount_bdev(fs_type, flags, dev_name, data, qnx4_fill_super);
fs_type           642 fs/qnx6/inode.c static struct dentry *qnx6_mount(struct file_system_type *fs_type,
fs_type           645 fs/qnx6/inode.c 	return mount_bdev(fs_type, flags, dev_name, data, qnx6_fill_super);
fs_type          2602 fs/reiserfs/super.c static struct dentry *get_super_block(struct file_system_type *fs_type,
fs_type          2606 fs/reiserfs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, reiserfs_fill_super);
fs_type           487 fs/super.c     	if (!(fc->fs_type->fs_flags & FS_USERNS_MOUNT))
fs_type           523 fs/super.c     		hlist_for_each_entry(old, &fc->fs_type->fs_supers, s_instances) {
fs_type           530 fs/super.c     		s = alloc_super(fc->fs_type, fc->sb_flags, user_ns);
fs_type           545 fs/super.c     	s->s_type = fc->fs_type;
fs_type          1292 fs/super.c     	bdev = blkdev_get_by_path(fc->source, mode, fc->fs_type);
fs_type          1363 fs/super.c     struct dentry *mount_bdev(struct file_system_type *fs_type,
fs_type          1375 fs/super.c     	bdev = blkdev_get_by_path(dev_name, mode, fs_type);
fs_type          1390 fs/super.c     	s = sget(fs_type, test_bdev_super, set_bdev_super, flags | SB_NOSEC,
fs_type          1453 fs/super.c     struct dentry *mount_nodev(struct file_system_type *fs_type,
fs_type          1458 fs/super.c     	struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL);
fs_type          1503 fs/super.c     struct dentry *mount_single(struct file_system_type *fs_type,
fs_type          1510 fs/super.c     	s = sget(fs_type, compare_single, set_anon_super, flags, NULL);
fs_type          1553 fs/super.c     		       fc->fs_type->name);
fs_type          1585 fs/super.c     		"negative value (%lld)\n", fc->fs_type->name, sb->s_maxbytes);
fs_type           531 fs/sysv/super.c static struct dentry *sysv_mount(struct file_system_type *fs_type,
fs_type           534 fs/sysv/super.c 	return mount_bdev(fs_type, flags, dev_name, data, sysv_fill_super);
fs_type           537 fs/sysv/super.c static struct dentry *v7_mount(struct file_system_type *fs_type,
fs_type           540 fs/sysv/super.c 	return mount_bdev(fs_type, flags, dev_name, data, v7_fill_super);
fs_type           297 fs/tracefs/inode.c static struct dentry *trace_mount(struct file_system_type *fs_type,
fs_type           301 fs/tracefs/inode.c 	return mount_single(fs_type, flags, data, trace_fill_super);
fs_type          2223 fs/ubifs/super.c static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags,
fs_type          2254 fs/ubifs/super.c 	sb = sget(fs_type, sb_test, sb_set, flags, c);
fs_type           124 fs/udf/super.c static struct dentry *udf_mount(struct file_system_type *fs_type,
fs_type           127 fs/udf/super.c 	return mount_bdev(fs_type, flags, dev_name, data, udf_fill_super);
fs_type          1507 fs/ufs/super.c static struct dentry *ufs_mount(struct file_system_type *fs_type,
fs_type          1510 fs/ufs/super.c 	return mount_bdev(fs_type, flags, dev_name, data, ufs_fill_super);
fs_type          1801 fs/xfs/xfs_super.c 	struct file_system_type	*fs_type,
fs_type          1806 fs/xfs/xfs_super.c 	return mount_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super);
fs_type          2249 include/linux/fs.h extern struct dentry *mount_bdev(struct file_system_type *fs_type,
fs_type          2253 include/linux/fs.h static inline struct dentry *mount_bdev(struct file_system_type *fs_type,
fs_type          2260 include/linux/fs.h extern struct dentry *mount_single(struct file_system_type *fs_type,
fs_type          2263 include/linux/fs.h extern struct dentry *mount_nodev(struct file_system_type *fs_type,
fs_type            89 include/linux/fs_context.h 	struct file_system_type	*fs_type;
fs_type           122 include/linux/fs_context.h extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
fs_type           127 include/linux/fs_context.h extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
fs_type           118 include/linux/fs_enet_pd.h 	char fs_type[4];	/* controller type             */
fs_type           156 include/linux/fs_enet_pd.h 	if(strstr(fpi->fs_type, "SCC"))
fs_type           158 include/linux/fs_enet_pd.h 	if(strstr(fpi->fs_type, "FCC"))
fs_type           160 include/linux/fs_enet_pd.h 	if(strstr(fpi->fs_type, "FEC"))
fs_type            51 include/linux/fs_uart_pd.h 	char fs_type[4];        /* controller type  */
fs_type            64 include/linux/fs_uart_pd.h         if(strstr(fpi->fs_type, "SMC"))
fs_type            66 include/linux/fs_uart_pd.h         if(strstr(fpi->fs_type, "SCC"))
fs_type            94 include/scsi/fc_encode.h 					       enum fc_ct_fs_type fs_type,
fs_type           104 include/scsi/fc_encode.h 	ct->hdr.ct_fs_type = fs_type;
fs_type           134 include/uapi/linux/msdos_fs.h 			__u8	fs_type[8];		/* file system type */
fs_type           157 include/uapi/linux/msdos_fs.h 			__u8	fs_type[8];		/* file system type */
fs_type          2097 kernel/cgroup/cgroup.c 	if (fc->fs_type == &cgroup2_fs_type)
fs_type          2201 kernel/cgroup/cgroup.c 	if (fc->fs_type == &cgroup2_fs_type)
fs_type          2277 kernel/cgroup/cgroup.c 	put_filesystem(fc->fs_type);
fs_type          2278 kernel/cgroup/cgroup.c 	fc->fs_type = &cgroup_fs_type;
fs_type            69 security/inode.c static struct file_system_type fs_type = {
fs_type           121 security/inode.c 	error = simple_pin_fs(&fs_type, &mount, &mount_count);
fs_type           339 security/inode.c 	retval = register_filesystem(&fs_type);
fs_type          1563 security/tomoyo/common.c 		tomoyo_print_name_union(head, &ptr->fs_type);
fs_type           752 security/tomoyo/common.h 	struct tomoyo_name_union fs_type;
fs_type           970 security/tomoyo/file.c 		tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) &&
fs_type           990 security/tomoyo/file.c 	    !tomoyo_parse_name_union(param, &e.fs_type) ||
fs_type           998 security/tomoyo/file.c 	tomoyo_put_name_union(&e.fs_type);
fs_type           202 security/tomoyo/gc.c 			tomoyo_put_name_union(&entry->fs_type);
fs_type            56 security/tomoyo/mount.c 					  &acl->fs_type) &&