/linux-4.4.14/drivers/mtd/ |
D | mtdsuper.c | 59 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.4.14/security/ |
D | inode.c | 35 static struct dentry *get_sb(struct file_system_type *fs_type, in get_sb() argument 39 return mount_single(fs_type, flags, data, fill_super); in get_sb() 42 static struct file_system_type fs_type = { variable 93 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_file() 219 retval = register_filesystem(&fs_type); in securityfs_init()
|
/linux-4.4.14/include/linux/ |
D | fs_uart_pd.h | 51 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()
|
D | fs_enet_pd.h | 118 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()
|
D | kernfs.h | 315 struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags, 416 kernfs_mount_ns(struct file_system_type *fs_type, int flags, in kernfs_mount_ns() argument 475 kernfs_mount(struct file_system_type *fs_type, int flags, in kernfs_mount() argument 479 return kernfs_mount_ns(fs_type, flags, root, in kernfs_mount()
|
D | ramfs.h | 6 extern struct dentry *ramfs_mount(struct file_system_type *fs_type,
|
D | fs.h | 1961 extern struct dentry *mount_ns(struct file_system_type *fs_type, int flags, 1963 extern struct dentry *mount_bdev(struct file_system_type *fs_type, 1966 extern struct dentry *mount_single(struct file_system_type *fs_type, 1969 extern struct dentry *mount_nodev(struct file_system_type *fs_type,
|
/linux-4.4.14/fs/nfs/ |
D | nfs4super.c | 20 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
|
D | super.c | 287 static struct dentry *nfs_xdev_mount(struct file_system_type *fs_type, 2101 static int nfs_validate_mount_data(struct file_system_type *fs_type, in nfs_validate_mount_data() argument 2107 if (fs_type == &nfs_fs_type) in nfs_validate_mount_data() 2112 static int nfs_validate_mount_data(struct file_system_type *fs_type, in nfs_validate_mount_data() argument 2612 struct dentry *nfs_fs_mount(struct file_system_type *fs_type, in nfs_fs_mount() argument 2629 error = nfs_validate_mount_data(fs_type, raw_data, mount_info.parsed, mount_info.mntfh, dev_name); in nfs_fs_mount() 2674 nfs_xdev_mount(struct file_system_type *fs_type, int flags, in nfs_xdev_mount() argument
|
/linux-4.4.14/fs/autofs4/ |
D | init.c | 17 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.4.14/fs/sysfs/ |
D | mount.c | 26 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.4.14/drivers/xen/xenfs/ |
D | super.c | 70 static struct dentry *xenfs_mount(struct file_system_type *fs_type, in xenfs_mount() argument 74 return mount_single(fs_type, flags, data, xenfs_fill_super); in xenfs_mount()
|
/linux-4.4.14/fs/ |
D | anon_inodes.c | 41 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()
|
D | super.c | 921 struct dentry *mount_ns(struct file_system_type *fs_type, int flags, in mount_ns() argument 926 sb = sget(fs_type, ns_test_super, ns_set_super, flags, data); in mount_ns() 965 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument 977 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev() 992 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | MS_NOSEC, in mount_bdev() 1057 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument 1062 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1082 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() argument 1089 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
|
D | nsfs.c | 154 static struct dentry *nsfs_mount(struct file_system_type *fs_type, in nsfs_mount() argument 157 return mount_pseudo(fs_type, "nsfs:", &nsfs_ops, in nsfs_mount()
|
D | binfmt_misc.c | 800 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()
|
D | pipe.c | 1143 static struct dentry *pipefs_mount(struct file_system_type *fs_type, in pipefs_mount() argument 1146 return mount_pseudo(fs_type, "pipe:", &pipefs_ops, in pipefs_mount()
|
D | libfs.c | 211 struct dentry *mount_pseudo(struct file_system_type *fs_type, char *name, in mount_pseudo() argument 220 s = sget(fs_type, NULL, set_anon_super, MS_NOUSER, NULL); in mount_pseudo()
|
D | aio.c | 236 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()
|
D | block_dev.c | 571 static struct dentry *bd_mount(struct file_system_type *fs_type, in bd_mount() argument 574 return mount_pseudo(fs_type, "bdev:", &bdev_sops, NULL, BDEVFS_MAGIC); in bd_mount()
|
D | namespace.c | 2370 static bool fs_fully_visible(struct file_system_type *fs_type, int *new_mnt_flags);
|
/linux-4.4.14/fs/configfs/ |
D | mount.c | 105 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.4.14/fs/btrfs/tests/ |
D | btrfs-tests.c | 35 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.4.14/include/linux/mtd/ |
D | super.h | 21 extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
|
/linux-4.4.14/include/uapi/linux/ |
D | msdos_fs.h | 136 __u8 fs_type[8]; /* file system type */ member 159 __u8 fs_type[8]; /* file system type */ member
|
/linux-4.4.14/fs/devpts/ |
D | inode.c | 446 static struct dentry *devpts_mount(struct file_system_type *fs_type, in devpts_mount() argument 464 s = sget(fs_type, NULL, set_anon_super, flags, NULL); in devpts_mount() 466 s = sget(fs_type, compare_init_pts_sb, set_anon_super, flags, in devpts_mount() 497 static struct dentry *devpts_mount(struct file_system_type *fs_type, int flags, in devpts_mount() argument 500 return mount_single(fs_type, flags, data, devpts_fill_super); in devpts_mount()
|
/linux-4.4.14/fs/freevxfs/ |
D | vxfs_super.c | 248 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.4.14/fs/proc/ |
D | root.c | 100 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.4.14/fs/kernfs/ |
D | mount.c | 146 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.4.14/drivers/base/ |
D | devtmpfs.c | 57 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.4.14/fs/ramfs/ |
D | inode.c | 239 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.4.14/fs/efivarfs/ |
D | super.c | 227 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.4.14/drivers/oprofile/ |
D | oprofilefs.c | 264 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.4.14/fs/afs/ |
D | super.c | 34 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.4.14/fs/sysv/ |
D | super.c | 530 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.4.14/fs/coda/ |
D | inode.c | 319 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.4.14/fs/9p/ |
D | vfs_super.c | 113 static struct dentry *v9fs_mount(struct file_system_type *fs_type, int flags, in v9fs_mount() argument 136 sb = sget(fs_type, NULL, v9fs_set_super, flags, v9ses); in v9fs_mount()
|
/linux-4.4.14/fs/efs/ |
D | super.c | 23 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.4.14/fs/romfs/ |
D | super.c | 554 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.4.14/drivers/staging/rdma/ipath/ |
D | ipath_fs.c | 353 static struct dentry *ipathfs_mount(struct file_system_type *fs_type, in ipathfs_mount() argument 357 ret = mount_single(fs_type, flags, data, ipathfs_fill_super); in ipathfs_mount()
|
/linux-4.4.14/fs/jffs2/ |
D | super.c | 313 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.4.14/fs/fuse/ |
D | control.c | 319 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()
|
D | inode.c | 1167 static struct dentry *fuse_mount(struct file_system_type *fs_type, in fuse_mount() argument 1171 return mount_nodev(fs_type, flags, raw_data, fuse_fill_super); in fuse_mount() 1197 static struct dentry *fuse_mount_blk(struct file_system_type *fs_type, in fuse_mount_blk() argument 1201 return mount_bdev(fs_type, flags, dev_name, raw_data, fuse_fill_super); in fuse_mount_blk()
|
/linux-4.4.14/security/tomoyo/ |
D | file.c | 951 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()
|
D | mount.c | 53 &acl->fs_type) && in tomoyo_check_mount_acl()
|
D | gc.c | 195 tomoyo_put_name_union(&entry->fs_type); in tomoyo_del_acl()
|
D | common.h | 747 struct tomoyo_name_union fs_type; member
|
D | common.c | 1524 tomoyo_print_name_union(head, &ptr->fs_type); in tomoyo_print_entry()
|
/linux-4.4.14/fs/qnx4/ |
D | inode.c | 384 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.4.14/fs/openpromfs/ |
D | inode.c | 417 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.4.14/init/ |
D | do_mounts.c | 608 static struct dentry *rootfs_mount(struct file_system_type *fs_type, in rootfs_mount() argument 620 return mount_nodev(fs_type, flags, data, fill); in rootfs_mount()
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 447 static struct dentry *pstore_mount(struct file_system_type *fs_type, in pstore_mount() argument 450 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
|
/linux-4.4.14/fs/squashfs/ |
D | super.c | 401 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.4.14/fs/hfs/ |
D | super.c | 459 static struct dentry *hfs_mount(struct file_system_type *fs_type, in hfs_mount() argument 462 return mount_bdev(fs_type, flags, dev_name, data, hfs_fill_super); in hfs_mount()
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 302 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.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 619 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.4.14/fs/cramfs/ |
D | inode.c | 575 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.4.14/fs/debugfs/ |
D | inode.c | 230 static struct dentry *debug_mount(struct file_system_type *fs_type, in debug_mount() argument 234 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 1431 static struct dentry *btrfs_mount(struct file_system_type *fs_type, int flags, in btrfs_mount() argument 1447 error = btrfs_parse_early_options(data, mode, fs_type, in btrfs_mount() 1468 error = btrfs_scan_one_device(device_name, mode, fs_type, &fs_devices); in btrfs_mount() 1494 error = btrfs_open_devices(fs_devices, mode, fs_type); in btrfs_mount() 1504 s = sget(fs_type, btrfs_test_super, btrfs_set_super, flags | MS_NOSEC, in btrfs_mount() 1520 btrfs_sb(s)->bdev_holder = fs_type; in btrfs_mount()
|
/linux-4.4.14/fs/bfs/ |
D | inode.c | 462 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.4.14/fs/adfs/ |
D | super.c | 524 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.4.14/drivers/infiniband/hw/qib/ |
D | qib_fs.c | 559 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.4.14/fs/omfs/ |
D | inode.c | 570 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.4.14/fs/affs/ |
D | super.c | 599 static struct dentry *affs_mount(struct file_system_type *fs_type, in affs_mount() argument 602 return mount_bdev(fs_type, flags, dev_name, data, affs_fill_super); in affs_mount()
|
/linux-4.4.14/fs/ecryptfs/ |
D | main.c | 491 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.4.14/drivers/gpu/drm/ |
D | drm_drv.c | 510 static struct dentry *drm_fs_mount(struct file_system_type *fs_type, int flags, in drm_fs_mount() argument 513 return mount_pseudo(fs_type, in drm_fs_mount()
|
/linux-4.4.14/fs/gfs2/ |
D | ops_fstype.c | 1249 static struct dentry *gfs2_mount(struct file_system_type *fs_type, int flags, in gfs2_mount() argument 1262 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in gfs2_mount() 1277 s = sget(fs_type, test_gfs2_super, set_gfs2_super, flags, bdev); in gfs2_mount() 1348 static struct dentry *gfs2_mount_meta(struct file_system_type *fs_type, in gfs2_mount_meta() argument
|
/linux-4.4.14/fs/hfsplus/ |
D | super.c | 639 static struct dentry *hfsplus_mount(struct file_system_type *fs_type, in hfsplus_mount() argument 642 return mount_bdev(fs_type, flags, dev_name, data, hfsplus_fill_super); in hfsplus_mount()
|
/linux-4.4.14/fs/qnx6/ |
D | inode.c | 644 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.4.14/fs/hpfs/ |
D | super.c | 761 static struct dentry *hpfs_mount(struct file_system_type *fs_type, in hpfs_mount() argument 764 return mount_bdev(fs_type, flags, dev_name, data, hpfs_fill_super); in hpfs_mount()
|
/linux-4.4.14/fs/fat/ |
D | namei_msdos.c | 653 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()
|
D | namei_vfat.c | 1058 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.4.14/fs/befs/ |
D | linuxvfs.c | 911 befs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, in befs_mount() argument 914 return mount_bdev(fs_type, flags, dev_name, data, befs_fill_super); in befs_mount()
|
/linux-4.4.14/fs/minix/ |
D | inode.c | 651 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.4.14/include/scsi/ |
D | fc_encode.h | 106 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.4.14/fs/nilfs2/ |
D | super.c | 1276 nilfs_mount(struct file_system_type *fs_type, int flags, in nilfs_mount() argument 1288 sd.bdev = blkdev_get_by_path(dev_name, mode, fs_type); in nilfs_mount() 1310 s = sget(fs_type, nilfs_test_bdev_super, nilfs_set_bdev_super, flags, in nilfs_mount()
|
/linux-4.4.14/fs/jfs/ |
D | super.c | 676 static struct dentry *jfs_do_mount(struct file_system_type *fs_type, in jfs_do_mount() argument 679 return mount_bdev(fs_type, flags, dev_name, data, jfs_fill_super); in jfs_do_mount()
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 933 static struct dentry *ceph_mount(struct file_system_type *fs_type, in ceph_mount() argument 973 sb = sget(fs_type, compare_super, ceph_set_super, flags, fsc); in ceph_mount()
|
/linux-4.4.14/fs/nfsd/ |
D | nfsctl.c | 1167 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.4.14/fs/overlayfs/ |
D | super.c | 1132 static struct dentry *ovl_mount(struct file_system_type *fs_type, int flags, in ovl_mount() argument 1135 return mount_nodev(fs_type, flags, raw_data, ovl_fill_super); in ovl_mount()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1165 struct dentry *lustre_mount(struct file_system_type *fs_type, int flags, in lustre_mount() argument 1173 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
|
/linux-4.4.14/fs/cifs/ |
D | cifsfs.c | 661 cifs_do_mount(struct file_system_type *fs_type, in cifs_do_mount() argument 707 sb = sget(fs_type, cifs_match_super, cifs_set_super, flags, &mnt_data); in cifs_do_mount()
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 1030 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.4.14/fs/hugetlbfs/ |
D | inode.c | 1196 static struct dentry *hugetlbfs_mount(struct file_system_type *fs_type, in hugetlbfs_mount() argument 1199 return mount_nodev(fs_type, flags, data, hugetlbfs_fill_super); in hugetlbfs_mount()
|
/linux-4.4.14/fs/isofs/ |
D | inode.c | 1503 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.4.14/fs/f2fs/ |
D | super.c | 1403 static struct dentry *f2fs_mount(struct file_system_type *fs_type, int flags, in f2fs_mount() argument 1406 return mount_bdev(fs_type, flags, dev_name, data, f2fs_fill_super); in f2fs_mount()
|
/linux-4.4.14/ipc/ |
D | mqueue.c | 325 static struct dentry *mqueue_mount(struct file_system_type *fs_type, in mqueue_mount() argument 339 return mount_ns(fs_type, flags, data, mqueue_fill_super); in mqueue_mount()
|
/linux-4.4.14/net/sunrpc/ |
D | rpc_pipe.c | 1448 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.4.14/Documentation/filesystems/ |
D | porting | 53 int foo_get_sb(struct file_system_type *fs_type, 56 return get_sb_bdev(fs_type, flags, dev_name, data, foo_fill_super,
|
D | vfs.txt | 147 struct file_system_type *fs_type: describes the filesystem, partly initialized
|
/linux-4.4.14/fs/ext2/ |
D | super.c | 1436 static struct dentry *ext2_mount(struct file_system_type *fs_type, in ext2_mount() argument 1439 return mount_bdev(fs_type, flags, dev_name, data, ext2_fill_super); in ext2_mount()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_super.c | 1607 struct file_system_type *fs_type, in xfs_fs_mount() argument 1612 return mount_bdev(fs_type, flags, dev_name, data, xfs_fs_fill_super); in xfs_fs_mount()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 1459 static struct dentry *ufs_mount(struct file_system_type *fs_type, in ufs_mount() argument 1462 return mount_bdev(fs_type, flags, dev_name, data, ufs_fill_super); in ufs_mount()
|
/linux-4.4.14/security/selinux/ |
D | selinuxfs.c | 1835 static struct dentry *sel_mount(struct file_system_type *fs_type, in sel_mount() argument 1838 return mount_single(fs_type, flags, data, sel_fill_super); in sel_mount()
|
/linux-4.4.14/fs/ubifs/ |
D | super.c | 2093 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount() argument 2123 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 2515 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.4.14/security/smack/ |
D | smackfs.c | 2986 static struct dentry *smk_mount(struct file_system_type *fs_type, in smk_mount() argument 2989 return mount_single(fs_type, flags, data, smk_fill_super); in smk_mount()
|
/linux-4.4.14/fs/udf/ |
D | super.c | 122 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.4.14/fs/ocfs2/ |
D | super.c | 1223 static struct dentry *ocfs2_mount(struct file_system_type *fs_type, in ocfs2_mount() argument 1228 return mount_bdev(fs_type, flags, dev_name, data, ocfs2_fill_super); in ocfs2_mount()
|
/linux-4.4.14/fs/ntfs/ |
D | super.c | 3065 static struct dentry *ntfs_mount(struct file_system_type *fs_type, in ntfs_mount() argument 3068 return mount_bdev(fs_type, flags, dev_name, data, ntfs_fill_super); in ntfs_mount()
|
/linux-4.4.14/net/ |
D | socket.c | 323 static struct dentry *sockfs_mount(struct file_system_type *fs_type, in sockfs_mount() argument 326 return mount_pseudo(fs_type, "socket:", &sockfs_ops, in sockfs_mount()
|
/linux-4.4.14/mm/ |
D | shmem.c | 3212 static struct dentry *shmem_mount(struct file_system_type *fs_type, in shmem_mount() argument 3215 return mount_nodev(fs_type, flags, data, shmem_fill_super); in shmem_mount()
|
/linux-4.4.14/kernel/ |
D | cpuset.c | 303 static struct dentry *cpuset_mount(struct file_system_type *fs_type, in cpuset_mount() argument
|
D | cgroup.c | 2003 static struct dentry *cgroup_mount(struct file_system_type *fs_type, in cgroup_mount() argument 2150 dentry = kernfs_mount(fs_type, flags, root->kf_root, in cgroup_mount()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 74 static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags, 5186 static struct dentry *ext4_mount(struct file_system_type *fs_type, int flags, in ext4_mount() argument 5189 return mount_bdev(fs_type, flags, dev_name, data, ext4_fill_super); in ext4_mount()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 612 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()
|