Searched refs:fs_type (Results 1 - 105 of 105) sorted by relevance

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

Completed in 2069 milliseconds