Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 107 of 107) sorted by relevance

/linux-4.1.27/drivers/mtd/
Dmtdsuper.c59 static struct dentry *mount_mtd_aux(struct file_system_type *fs_type, int flags, in mount_mtd_aux() argument
67 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, flags, mtd); in mount_mtd_aux()
103 static struct dentry *mount_mtd_nr(struct file_system_type *fs_type, int flags, in mount_mtd_nr() argument
115 return mount_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super); in mount_mtd_nr()
121 struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, in mount_mtd() argument
151 fs_type, flags, in mount_mtd()
168 return mount_mtd_nr(fs_type, flags, in mount_mtd()
196 return mount_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super); in mount_mtd()
/linux-4.1.27/security/
Dinode.c40 static struct dentry *get_sb(struct file_system_type *fs_type, in get_sb() argument
44 return mount_single(fs_type, flags, data, fill_super); in get_sb()
47 static struct file_system_type fs_type = { variable
98 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_file()
226 retval = register_filesystem(&fs_type); in securityfs_init()
/linux-4.1.27/include/linux/
Dfs_uart_pd.h51 char fs_type[4]; /* controller type */ member
64 if(strstr(fpi->fs_type, "SMC")) in fs_uart_get_id()
66 if(strstr(fpi->fs_type, "SCC")) in fs_uart_get_id()
Dfs_enet_pd.h118 char fs_type[4]; /* controller type */ member
156 if(strstr(fpi->fs_type, "SCC")) in fs_get_id()
158 if(strstr(fpi->fs_type, "FCC")) in fs_get_id()
160 if(strstr(fpi->fs_type, "FEC")) in fs_get_id()
Dkernfs.h313 struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags,
407 kernfs_mount_ns(struct file_system_type *fs_type, int flags, in kernfs_mount_ns() argument
466 kernfs_mount(struct file_system_type *fs_type, int flags, in kernfs_mount() argument
470 return kernfs_mount_ns(fs_type, flags, root, in kernfs_mount()
Dramfs.h6 extern struct dentry *ramfs_mount(struct file_system_type *fs_type,
Dfs.h1936 extern struct dentry *mount_ns(struct file_system_type *fs_type, int flags,
1938 extern struct dentry *mount_bdev(struct file_system_type *fs_type,
1941 extern struct dentry *mount_single(struct file_system_type *fs_type,
1944 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
/linux-4.1.27/fs/nfs/
Dnfs4super.c20 static struct dentry *nfs4_remote_mount(struct file_system_type *fs_type,
22 static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
24 static struct dentry *nfs4_remote_referral_mount(struct file_system_type *fs_type,
107 nfs4_remote_mount(struct file_system_type *fs_type, int flags, in nfs4_remote_mount() argument
129 static struct vfsmount *nfs_do_root_mount(struct file_system_type *fs_type, in nfs_do_root_mount() argument
145 root_mnt = vfs_kern_mount(fs_type, flags, root_devname, data); in nfs_do_root_mount()
263 nfs4_remote_referral_mount(struct file_system_type *fs_type, int flags, in nfs4_remote_referral_mount() argument
296 static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type, in nfs4_referral_mount() argument
Dsuper.c287 static struct dentry *nfs_xdev_mount(struct file_system_type *fs_type,
2098 static int nfs_validate_mount_data(struct file_system_type *fs_type, in nfs_validate_mount_data() argument
2104 if (fs_type == &nfs_fs_type) in nfs_validate_mount_data()
2109 static int nfs_validate_mount_data(struct file_system_type *fs_type, in nfs_validate_mount_data() argument
2609 struct dentry *nfs_fs_mount(struct file_system_type *fs_type, in nfs_fs_mount() argument
2626 error = nfs_validate_mount_data(fs_type, raw_data, mount_info.parsed, mount_info.mntfh, dev_name); in nfs_fs_mount()
2671 nfs_xdev_mount(struct file_system_type *fs_type, int flags, in nfs_xdev_mount() argument
/linux-4.1.27/fs/autofs4/
Dinit.c17 static struct dentry *autofs_mount(struct file_system_type *fs_type, in autofs_mount() argument
20 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
/linux-4.1.27/fs/sysfs/
Dmount.c26 static struct dentry *sysfs_mount(struct file_system_type *fs_type, in sysfs_mount() argument
39 root = kernfs_mount_ns(fs_type, flags, sysfs_root, in sysfs_mount()
/linux-4.1.27/drivers/xen/xenfs/
Dsuper.c67 static struct dentry *xenfs_mount(struct file_system_type *fs_type, in xenfs_mount() argument
71 return mount_single(fs_type, flags, data, xenfs_fill_super); in xenfs_mount()
/linux-4.1.27/fs/
Danon_inodes.c41 static struct dentry *anon_inodefs_mount(struct file_system_type *fs_type, in anon_inodefs_mount() argument
44 return mount_pseudo(fs_type, "anon_inode:", NULL, in anon_inodefs_mount()
Dsuper.c905 struct dentry *mount_ns(struct file_system_type *fs_type, int flags, in mount_ns() argument
910 sb = sget(fs_type, ns_test_super, ns_set_super, flags, data); in mount_ns()
949 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument
961 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev()
976 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | MS_NOSEC, in mount_bdev()
1041 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument
1046 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev()
1066 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() argument
1073 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
Dnsfs.c143 static struct dentry *nsfs_mount(struct file_system_type *fs_type, in nsfs_mount() argument
146 return mount_pseudo(fs_type, "nsfs:", &nsfs_ops, in nsfs_mount()
Dbinfmt_misc.c800 static struct dentry *bm_mount(struct file_system_type *fs_type, in bm_mount() argument
803 return mount_single(fs_type, flags, data, bm_fill_super); in bm_mount()
Dpipe.c1098 static struct dentry *pipefs_mount(struct file_system_type *fs_type, in pipefs_mount() argument
1101 return mount_pseudo(fs_type, "pipe:", &pipefs_ops, in pipefs_mount()
Dlibfs.c216 struct dentry *mount_pseudo(struct file_system_type *fs_type, char *name, in mount_pseudo() argument
225 s = sget(fs_type, NULL, set_anon_super, MS_NOUSER, NULL); in mount_pseudo()
Daio.c236 static struct dentry *aio_mount(struct file_system_type *fs_type, in aio_mount() argument
242 return mount_pseudo(fs_type, "aio:", NULL, &ops, AIO_RING_MAGIC); in aio_mount()
Dblock_dev.c537 static struct dentry *bd_mount(struct file_system_type *fs_type, in bd_mount() argument
540 return mount_pseudo(fs_type, "bdev:", &bdev_sops, NULL, BDEVFS_MAGIC); in bd_mount()
Dnamespace.c2359 static bool fs_fully_visible(struct file_system_type *fs_type, int *new_mnt_flags);
/linux-4.1.27/fs/configfs/
Dmount.c105 static struct dentry *configfs_do_mount(struct file_system_type *fs_type, in configfs_do_mount() argument
108 return mount_single(fs_type, flags, data, configfs_fill_super); in configfs_do_mount()
/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c35 static struct dentry *btrfs_test_mount(struct file_system_type *fs_type, in btrfs_test_mount() argument
39 return mount_pseudo(fs_type, "btrfs_test:", &btrfs_test_super_ops, in btrfs_test_mount()
/linux-4.1.27/include/linux/mtd/
Dsuper.h21 extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
/linux-4.1.27/include/uapi/linux/
Dmsdos_fs.h136 __u8 fs_type[8]; /* file system type */ member
159 __u8 fs_type[8]; /* file system type */ member
/linux-4.1.27/fs/devpts/
Dinode.c444 static struct dentry *devpts_mount(struct file_system_type *fs_type, in devpts_mount() argument
462 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in devpts_mount()
464 s = sget(fs_type, compare_init_pts_sb, set_anon_super, flags, in devpts_mount()
495 static struct dentry *devpts_mount(struct file_system_type *fs_type, int flags, in devpts_mount() argument
498 return mount_single(fs_type, flags, data, devpts_fill_super); in devpts_mount()
/linux-4.1.27/fs/freevxfs/
Dvxfs_super.c248 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount() argument
251 return mount_bdev(fs_type, flags, dev_name, data, vxfs_fill_super); in vxfs_mount()
/linux-4.1.27/fs/proc/
Droot.c100 static struct dentry *proc_mount(struct file_system_type *fs_type, in proc_mount() argument
120 sb = sget(fs_type, proc_test_super, proc_set_super, flags, ns); in proc_mount()
/linux-4.1.27/fs/kernfs/
Dmount.c146 struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags, in kernfs_mount_ns() argument
161 sb = sget(fs_type, kernfs_test_super, kernfs_set_super, flags, info); in kernfs_mount_ns()
/linux-4.1.27/drivers/base/
Ddevtmpfs.c57 static struct dentry *dev_mount(struct file_system_type *fs_type, int flags, in dev_mount() argument
61 return mount_single(fs_type, flags, data, shmem_fill_super); in dev_mount()
63 return mount_single(fs_type, flags, data, ramfs_fill_super); in dev_mount()
/linux-4.1.27/fs/ramfs/
Dinode.c239 struct dentry *ramfs_mount(struct file_system_type *fs_type, in ramfs_mount() argument
242 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount()
/linux-4.1.27/fs/efivarfs/
Dsuper.c227 static struct dentry *efivarfs_mount(struct file_system_type *fs_type, in efivarfs_mount() argument
230 return mount_single(fs_type, flags, data, efivarfs_fill_super); in efivarfs_mount()
/linux-4.1.27/drivers/oprofile/
Doprofilefs.c264 static struct dentry *oprofilefs_mount(struct file_system_type *fs_type, in oprofilefs_mount() argument
267 return mount_single(fs_type, flags, data, oprofilefs_fill_super); in oprofilefs_mount()
/linux-4.1.27/fs/afs/
Dsuper.c34 static struct dentry *afs_mount(struct file_system_type *fs_type,
354 static struct dentry *afs_mount(struct file_system_type *fs_type, in afs_mount() argument
410 sb = sget(fs_type, afs_test_super, afs_set_super, flags, as); in afs_mount()
/linux-4.1.27/fs/sysv/
Dsuper.c530 static struct dentry *sysv_mount(struct file_system_type *fs_type, in sysv_mount() argument
533 return mount_bdev(fs_type, flags, dev_name, data, sysv_fill_super); in sysv_mount()
536 static struct dentry *v7_mount(struct file_system_type *fs_type, in v7_mount() argument
539 return mount_bdev(fs_type, flags, dev_name, data, v7_fill_super); in v7_mount()
/linux-4.1.27/fs/coda/
Dinode.c319 static struct dentry *coda_mount(struct file_system_type *fs_type, in coda_mount() argument
322 return mount_nodev(fs_type, flags, data, coda_fill_super); in coda_mount()
/linux-4.1.27/fs/9p/
Dvfs_super.c113 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() argument
140 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
/linux-4.1.27/fs/efs/
Dsuper.c23 static struct dentry *efs_mount(struct file_system_type *fs_type, in efs_mount() argument
26 return mount_bdev(fs_type, flags, dev_name, data, efs_fill_super); in efs_mount()
/linux-4.1.27/fs/romfs/
Dsuper.c554 static struct dentry *romfs_mount(struct file_system_type *fs_type, in romfs_mount() argument
561 ret = mount_mtd(fs_type, flags, dev_name, data, romfs_fill_super); in romfs_mount()
565 ret = mount_bdev(fs_type, flags, dev_name, data, in romfs_mount()
/linux-4.1.27/fs/jffs2/
Dsuper.c313 static struct dentry *jffs2_mount(struct file_system_type *fs_type, in jffs2_mount() argument
317 return mount_mtd(fs_type, flags, dev_name, data, jffs2_fill_super); in jffs2_mount()
/linux-4.1.27/fs/fuse/
Dcontrol.c319 static struct dentry *fuse_ctl_mount(struct file_system_type *fs_type, in fuse_ctl_mount() argument
322 return mount_single(fs_type, flags, raw_data, fuse_ctl_fill_super); in fuse_ctl_mount()
Dinode.c1111 static struct dentry *fuse_mount(struct file_system_type *fs_type, in fuse_mount() argument
1115 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount()
1141 static struct dentry *fuse_mount_blk(struct file_system_type *fs_type, in fuse_mount_blk() argument
1145 return mount_bdev(fs_type, flags, dev_name, raw_data, fuse_fill_super); in fuse_mount_blk()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_fs.c360 static struct dentry *ipathfs_mount(struct file_system_type *fs_type, in ipathfs_mount() argument
364 ret = mount_single(fs_type, flags, data, ipathfs_fill_super); in ipathfs_mount()
/linux-4.1.27/security/tomoyo/
Dfile.c951 tomoyo_same_name_union(&p1->fs_type, &p2->fs_type) && in tomoyo_same_mount_acl()
970 !tomoyo_parse_name_union(param, &e.fs_type) || in tomoyo_update_mount_acl()
978 tomoyo_put_name_union(&e.fs_type); in tomoyo_update_mount_acl()
Dmount.c53 &acl->fs_type) && in tomoyo_check_mount_acl()
Dgc.c195 tomoyo_put_name_union(&entry->fs_type); in tomoyo_del_acl()
Dcommon.h747 struct tomoyo_name_union fs_type; member
Dcommon.c1524 tomoyo_print_name_union(head, &ptr->fs_type); in tomoyo_print_entry()
/linux-4.1.27/fs/qnx4/
Dinode.c384 static struct dentry *qnx4_mount(struct file_system_type *fs_type, in qnx4_mount() argument
387 return mount_bdev(fs_type, flags, dev_name, data, qnx4_fill_super); in qnx4_mount()
/linux-4.1.27/fs/openpromfs/
Dinode.c417 static struct dentry *openprom_mount(struct file_system_type *fs_type, in openprom_mount() argument
420 return mount_single(fs_type, flags, data, openprom_fill_super); in openprom_mount()
/linux-4.1.27/init/
Ddo_mounts.c603 static struct dentry *rootfs_mount(struct file_system_type *fs_type, in rootfs_mount() argument
615 return mount_nodev(fs_type, flags, data, fill); in rootfs_mount()
/linux-4.1.27/fs/pstore/
Dinode.c446 static struct dentry *pstore_mount(struct file_system_type *fs_type, in pstore_mount() argument
449 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
/linux-4.1.27/fs/hfs/
Dsuper.c458 static struct dentry *hfs_mount(struct file_system_type *fs_type, in hfs_mount() argument
461 return mount_bdev(fs_type, flags, dev_name, data, hfs_fill_super); in hfs_mount()
/linux-4.1.27/fs/squashfs/
Dsuper.c401 static struct dentry *squashfs_mount(struct file_system_type *fs_type, in squashfs_mount() argument
404 return mount_bdev(fs_type, flags, dev_name, data, squashfs_fill_super); in squashfs_mount()
/linux-4.1.27/fs/tracefs/
Dinode.c302 static struct dentry *trace_mount(struct file_system_type *fs_type, in trace_mount() argument
306 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
/linux-4.1.27/fs/btrfs/
Dsuper.c1301 static struct dentry *btrfs_mount(struct file_system_type *fs_type, int flags, in btrfs_mount() argument
1318 error = btrfs_parse_early_options(data, mode, fs_type, in btrfs_mount()
1339 error = btrfs_scan_one_device(device_name, mode, fs_type, &fs_devices); in btrfs_mount()
1365 error = btrfs_open_devices(fs_devices, mode, fs_type); in btrfs_mount()
1375 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | MS_NOSEC, in btrfs_mount()
1391 btrfs_sb(s)->bdev_holder = fs_type; in btrfs_mount()
/linux-4.1.27/fs/ocfs2/dlmfs/
Ddlmfs.c619 static struct dentry *dlmfs_mount(struct file_system_type *fs_type, in dlmfs_mount() argument
622 return mount_nodev(fs_type, flags, data, dlmfs_fill_super); in dlmfs_mount()
/linux-4.1.27/fs/cramfs/
Dinode.c575 static struct dentry *cramfs_mount(struct file_system_type *fs_type, in cramfs_mount() argument
578 return mount_bdev(fs_type, flags, dev_name, data, cramfs_fill_super); in cramfs_mount()
/linux-4.1.27/fs/debugfs/
Dinode.c235 static struct dentry *debug_mount(struct file_system_type *fs_type, in debug_mount() argument
239 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
/linux-4.1.27/fs/bfs/
Dinode.c462 static struct dentry *bfs_mount(struct file_system_type *fs_type, in bfs_mount() argument
465 return mount_bdev(fs_type, flags, dev_name, data, bfs_fill_super); in bfs_mount()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_fs.c559 static struct dentry *qibfs_mount(struct file_system_type *fs_type, int flags, in qibfs_mount() argument
564 ret = mount_single(fs_type, flags, data, qibfs_fill_super); in qibfs_mount()
/linux-4.1.27/fs/adfs/
Dsuper.c524 static struct dentry *adfs_mount(struct file_system_type *fs_type, in adfs_mount() argument
527 return mount_bdev(fs_type, flags, dev_name, data, adfs_fill_super); in adfs_mount()
/linux-4.1.27/fs/affs/
Dsuper.c597 static struct dentry *affs_mount(struct file_system_type *fs_type, in affs_mount() argument
600 return mount_bdev(fs_type, flags, dev_name, data, affs_fill_super); in affs_mount()
/linux-4.1.27/fs/omfs/
Dinode.c570 static struct dentry *omfs_mount(struct file_system_type *fs_type, in omfs_mount() argument
573 return mount_bdev(fs_type, flags, dev_name, data, omfs_fill_super); in omfs_mount()
/linux-4.1.27/fs/ecryptfs/
Dmain.c491 static struct dentry *ecryptfs_mount(struct file_system_type *fs_type, int flags, in ecryptfs_mount() argument
517 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in ecryptfs_mount()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_drv.c487 static struct dentry *drm_fs_mount(struct file_system_type *fs_type, int flags, in drm_fs_mount() argument
490 return mount_pseudo(fs_type, in drm_fs_mount()
/linux-4.1.27/fs/gfs2/
Dops_fstype.c1248 static struct dentry *gfs2_mount(struct file_system_type *fs_type, int flags, in gfs2_mount() argument
1261 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in gfs2_mount()
1276 s = sget(fs_type, test_gfs2_super, set_gfs2_super, flags, bdev); in gfs2_mount()
1345 static struct dentry *gfs2_mount_meta(struct file_system_type *fs_type, in gfs2_mount_meta() argument
/linux-4.1.27/fs/qnx6/
Dinode.c644 static struct dentry *qnx6_mount(struct file_system_type *fs_type, in qnx6_mount() argument
647 return mount_bdev(fs_type, flags, dev_name, data, qnx6_fill_super); in qnx6_mount()
/linux-4.1.27/fs/fat/
Dnamei_msdos.c653 static struct dentry *msdos_mount(struct file_system_type *fs_type, in msdos_mount() argument
657 return mount_bdev(fs_type, flags, dev_name, data, msdos_fill_super); in msdos_mount()
Dnamei_vfat.c1058 static struct dentry *vfat_mount(struct file_system_type *fs_type, in vfat_mount() argument
1062 return mount_bdev(fs_type, flags, dev_name, data, vfat_fill_super); in vfat_mount()
/linux-4.1.27/fs/hpfs/
Dsuper.c743 static struct dentry *hpfs_mount(struct file_system_type *fs_type, in hpfs_mount() argument
746 return mount_bdev(fs_type, flags, dev_name, data, hpfs_fill_super); in hpfs_mount()
/linux-4.1.27/fs/hfsplus/
Dsuper.c638 static struct dentry *hfsplus_mount(struct file_system_type *fs_type, in hfsplus_mount() argument
641 return mount_bdev(fs_type, flags, dev_name, data, hfsplus_fill_super); in hfsplus_mount()
/linux-4.1.27/fs/minix/
Dinode.c651 static struct dentry *minix_mount(struct file_system_type *fs_type, in minix_mount() argument
654 return mount_bdev(fs_type, flags, dev_name, data, minix_fill_super); in minix_mount()
/linux-4.1.27/include/scsi/
Dfc_encode.h106 enum fc_ct_fs_type fs_type, in fc_ct_hdr_fill() argument
116 ct->hdr.ct_fs_type = fs_type; in fc_ct_hdr_fill()
/linux-4.1.27/fs/befs/
Dlinuxvfs.c928 befs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, in befs_mount() argument
931 return mount_bdev(fs_type, flags, dev_name, data, befs_fill_super); in befs_mount()
/linux-4.1.27/fs/nilfs2/
Dsuper.c1273 nilfs_mount(struct file_system_type *fs_type, int flags, in nilfs_mount() argument
1285 sd.bdev = blkdev_get_by_path(dev_name, mode, fs_type); in nilfs_mount()
1307 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
/linux-4.1.27/fs/ceph/
Dsuper.c911 static struct dentry *ceph_mount(struct file_system_type *fs_type, in ceph_mount() argument
951 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
/linux-4.1.27/fs/jfs/
Dsuper.c679 static struct dentry *jfs_do_mount(struct file_system_type *fs_type, in jfs_do_mount() argument
682 return mount_bdev(fs_type, flags, dev_name, data, jfs_fill_super); in jfs_do_mount()
/linux-4.1.27/fs/overlayfs/
Dsuper.c1031 static struct dentry *ovl_mount(struct file_system_type *fs_type, int flags, in ovl_mount() argument
1034 return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); in ovl_mount()
/linux-4.1.27/fs/nfsd/
Dnfsctl.c1167 static struct dentry *nfsd_mount(struct file_system_type *fs_type, in nfsd_mount() argument
1170 return mount_ns(fs_type, flags, current->nsproxy->net_ns, nfsd_fill_super); in nfsd_mount()
/linux-4.1.27/fs/cifs/
Dcifsfs.c654 cifs_do_mount(struct file_system_type *fs_type, in cifs_do_mount() argument
700 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_do_mount()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c929 static struct dentry *hugetlbfs_mount(struct file_system_type *fs_type, in hugetlbfs_mount() argument
932 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
/linux-4.1.27/fs/ncpfs/
Dinode.c1030 static struct dentry *ncp_mount(struct file_system_type *fs_type, in ncp_mount() argument
1033 return mount_nodev(fs_type, flags, data, ncp_fill_super); in ncp_mount()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_mount.c1278 struct dentry *lustre_mount(struct file_system_type *fs_type, int flags, in lustre_mount() argument
1286 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
/linux-4.1.27/fs/f2fs/
Dsuper.c1241 static struct dentry *f2fs_mount(struct file_system_type *fs_type, int flags, in f2fs_mount() argument
1244 return mount_bdev(fs_type, flags, dev_name, data, f2fs_fill_super); in f2fs_mount()
/linux-4.1.27/fs/isofs/
Dinode.c1503 static struct dentry *isofs_mount(struct file_system_type *fs_type, in isofs_mount() argument
1509 return mount_bdev(fs_type, flags, dev_name, data, isofs_fill_super); in isofs_mount()
/linux-4.1.27/net/sunrpc/
Drpc_pipe.c1448 rpc_mount(struct file_system_type *fs_type, in rpc_mount() argument
1451 return mount_ns(fs_type, flags, current->nsproxy->net_ns, rpc_fill_super); in rpc_mount()
/linux-4.1.27/ipc/
Dmqueue.c326 static struct dentry *mqueue_mount(struct file_system_type *fs_type, in mqueue_mount() argument
340 return mount_ns(fs_type, flags, data, mqueue_fill_super); in mqueue_mount()
/linux-4.1.27/fs/xfs/
Dxfs_super.c1579 struct file_system_type *fs_type, in xfs_fs_mount() argument
1584 return mount_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super); in xfs_fs_mount()
/linux-4.1.27/fs/ext2/
Dsuper.c1430 static struct dentry *ext2_mount(struct file_system_type *fs_type, in ext2_mount() argument
1433 return mount_bdev(fs_type, flags, dev_name, data, ext2_fill_super); in ext2_mount()
/linux-4.1.27/Documentation/filesystems/
Dporting53 int foo_get_sb(struct file_system_type *fs_type,
56 return get_sb_bdev(fs_type, flags, dev_name, data, foo_fill_super,
Dvfs.txt147 struct file_system_type *fs_type: describes the filesystem, partly initialized
/linux-4.1.27/fs/ufs/
Dsuper.c1486 static struct dentry *ufs_mount(struct file_system_type *fs_type, in ufs_mount() argument
1489 return mount_bdev(fs_type, flags, dev_name, data, ufs_fill_super); in ufs_mount()
/linux-4.1.27/security/smack/
Dsmackfs.c2509 static struct dentry *smk_mount(struct file_system_type *fs_type, in smk_mount() argument
2512 return mount_single(fs_type, flags, data, smk_fill_super); in smk_mount()
/linux-4.1.27/security/selinux/
Dselinuxfs.c1843 static struct dentry *sel_mount(struct file_system_type *fs_type, in sel_mount() argument
1846 return mount_single(fs_type, flags, data, sel_fill_super); in sel_mount()
/linux-4.1.27/fs/reiserfs/
Dsuper.c2515 static struct dentry *get_super_block(struct file_system_type *fs_type, in get_super_block() argument
2519 return mount_bdev(fs_type, flags, dev_name, data, reiserfs_fill_super); in get_super_block()
/linux-4.1.27/fs/ubifs/
Dsuper.c2090 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount() argument
2120 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
/linux-4.1.27/fs/udf/
Dsuper.c122 static struct dentry *udf_mount(struct file_system_type *fs_type, in udf_mount() argument
125 return mount_bdev(fs_type, flags, dev_name, data, udf_fill_super); in udf_mount()
/linux-4.1.27/fs/ocfs2/
Dsuper.c1221 static struct dentry *ocfs2_mount(struct file_system_type *fs_type, in ocfs2_mount() argument
1226 return mount_bdev(fs_type, flags, dev_name, data, ocfs2_fill_super); in ocfs2_mount()
/linux-4.1.27/fs/ntfs/
Dsuper.c3072 static struct dentry *ntfs_mount(struct file_system_type *fs_type, in ntfs_mount() argument
3075 return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super); in ntfs_mount()
/linux-4.1.27/fs/ext3/
Dsuper.c3120 static struct dentry *ext3_mount(struct file_system_type *fs_type, in ext3_mount() argument
3123 return mount_bdev(fs_type, flags, dev_name, data, ext3_fill_super); in ext3_mount()
/linux-4.1.27/mm/
Dshmem.c3201 static struct dentry *shmem_mount(struct file_system_type *fs_type, in shmem_mount() argument
3204 return mount_nodev(fs_type, flags, data, shmem_fill_super); in shmem_mount()
/linux-4.1.27/net/
Dsocket.c322 static struct dentry *sockfs_mount(struct file_system_type *fs_type, in sockfs_mount() argument
325 return mount_pseudo(fs_type, "socket:", &sockfs_ops, in sockfs_mount()
/linux-4.1.27/kernel/
Dcpuset.c302 static struct dentry *cpuset_mount(struct file_system_type *fs_type, in cpuset_mount() argument
Dcgroup.c1737 static struct dentry *cgroup_mount(struct file_system_type *fs_type, in cgroup_mount() argument
1884 dentry = kernfs_mount(fs_type, flags, root->kf_root, in cgroup_mount()
/linux-4.1.27/fs/ext4/
Dsuper.c76 static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags,
5515 static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags, in ext4_mount() argument
5518 return mount_bdev(fs_type, flags, dev_name, data, ext4_fill_super); in ext4_mount()
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c612 pfmfs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) in pfmfs_mount() argument
614 return mount_pseudo(fs_type, "pfm:", NULL, &pfmfs_dentry_operations, in pfmfs_mount()