/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
|
/fs/autofs4/ |
D | init.c | 13 static struct dentry *autofs_mount(struct file_system_type *fs_type, in autofs_mount() argument 16 return mount_nodev(fs_type, flags, data, autofs4_fill_super); in autofs_mount()
|
/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()
|
/fs/ |
D | super.c | 994 struct dentry *mount_ns(struct file_system_type *fs_type, in mount_ns() argument 1006 sb = sget_userns(fs_type, ns_test_super, ns_set_super, flags, in mount_ns() 1046 struct dentry *mount_bdev(struct file_system_type *fs_type, in mount_bdev() argument 1058 bdev = blkdev_get_by_path(dev_name, mode, fs_type); in mount_bdev() 1073 s = sget(fs_type, test_bdev_super, set_bdev_super, flags | MS_NOSEC, in mount_bdev() 1136 struct dentry *mount_nodev(struct file_system_type *fs_type, in mount_nodev() argument 1141 struct super_block *s = sget(fs_type, NULL, set_anon_super, flags, NULL); in mount_nodev() 1161 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() argument 1168 s = sget(fs_type, compare_single, set_anon_super, flags, NULL); in mount_single()
|
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 | nsfs.c | 226 static struct dentry *nsfs_mount(struct file_system_type *fs_type, in nsfs_mount() argument 229 return mount_pseudo(fs_type, "nsfs:", &nsfs_ops, in nsfs_mount()
|
/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()
|
/fs/sdcardfs/ |
D | main.c | 395 struct file_system_type *fs_type, int flags, in sdcardfs_mount() argument 404 return mount_nodev(fs_type, flags, in sdcardfs_mount() 408 static struct dentry *sdcardfs_mount_wrn(struct file_system_type *fs_type, in sdcardfs_mount_wrn() argument
|
/fs/proc/ |
D | root.c | 85 static struct dentry *proc_mount(struct file_system_type *fs_type, in proc_mount() argument 97 return mount_ns(fs_type, flags, data, ns, ns->user_ns, proc_fill_super); in proc_mount()
|
/fs/ramfs/ |
D | inode.c | 240 struct dentry *ramfs_mount(struct file_system_type *fs_type, in ramfs_mount() argument 243 return mount_nodev(fs_type, flags, data, ramfs_fill_super); in ramfs_mount()
|
/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()
|
/fs/efivarfs/ |
D | super.c | 230 static struct dentry *efivarfs_mount(struct file_system_type *fs_type, in efivarfs_mount() argument 233 return mount_single(fs_type, flags, data, efivarfs_fill_super); in efivarfs_mount()
|
/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()
|
/fs/freevxfs/ |
D | vxfs_super.c | 314 static struct dentry *vxfs_mount(struct file_system_type *fs_type, in vxfs_mount() argument 317 return mount_bdev(fs_type, flags, dev_name, data, vxfs_fill_super); in vxfs_mount()
|
/fs/kernfs/ |
D | mount.c | 232 struct dentry *kernfs_mount_ns(struct file_system_type *fs_type, int flags, in kernfs_mount_ns() argument 247 sb = sget_userns(fs_type, kernfs_test_super, kernfs_set_super, flags, in kernfs_mount_ns()
|
/fs/btrfs/tests/ |
D | btrfs-tests.c | 38 static struct dentry *btrfs_test_mount(struct file_system_type *fs_type, in btrfs_test_mount() argument 42 return mount_pseudo(fs_type, "btrfs_test:", &btrfs_test_super_ops, in btrfs_test_mount()
|
/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()
|
/fs/romfs/ |
D | super.c | 576 static struct dentry *romfs_mount(struct file_system_type *fs_type, in romfs_mount() argument 583 ret = mount_mtd(fs_type, flags, dev_name, data, romfs_fill_super); in romfs_mount() 587 ret = mount_bdev(fs_type, flags, dev_name, data, in romfs_mount()
|
/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()
|
/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()
|
/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()
|
/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()
|
/fs/qnx4/ |
D | inode.c | 385 static struct dentry *qnx4_mount(struct file_system_type *fs_type, in qnx4_mount() argument 388 return mount_bdev(fs_type, flags, dev_name, data, qnx4_fill_super); in qnx4_mount()
|
/fs/pstore/ |
D | inode.c | 446 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()
|
/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()
|