/drivers/mtd/ |
D | mtdsuper.c | 63 static struct dentry *mount_mtd_aux(struct file_system_type *fs_type, int flags, in mount_mtd_aux() argument 71 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, flags, mtd); in mount_mtd_aux() 107 static struct dentry *mount_mtd_nr(struct file_system_type *fs_type, int flags, in mount_mtd_nr() argument 119 return mount_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super); in mount_mtd_nr() 125 struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, in mount_mtd() argument 155 fs_type, flags, in mount_mtd() 172 return mount_mtd_nr(fs_type, flags, in mount_mtd() 200 return mount_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super); in mount_mtd()
|
/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()
|
/drivers/base/ |
D | devtmpfs.c | 58 static struct dentry *dev_mount(struct file_system_type *fs_type, int flags, in dev_mount() argument 62 return mount_single(fs_type, flags, data, shmem_fill_super); in dev_mount() 64 return mount_single(fs_type, flags, data, ramfs_fill_super); in dev_mount()
|
/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()
|
/drivers/dax/ |
D | super.c | 396 static struct dentry *dax_mount(struct file_system_type *fs_type, in dax_mount() argument 399 return mount_pseudo(fs_type, "dax:", &dax_sops, NULL, DAXFS_MAGIC); in dax_mount()
|
/drivers/infiniband/hw/qib/ |
D | qib_fs.c | 543 static struct dentry *qibfs_mount(struct file_system_type *fs_type, int flags, in qibfs_mount() argument 548 ret = mount_single(fs_type, flags, data, qibfs_fill_super); in qibfs_mount()
|
/drivers/misc/cxl/ |
D | api.c | 44 static struct dentry *cxl_fs_mount(struct file_system_type *fs_type, int flags, in cxl_fs_mount() argument 47 return mount_pseudo(fs_type, "cxl:", NULL, &cxl_fs_dops, in cxl_fs_mount()
|
/drivers/gpu/drm/ |
D | drm_drv.c | 423 static struct dentry *drm_fs_mount(struct file_system_type *fs_type, int flags, in drm_fs_mount() argument 426 return mount_pseudo(fs_type, in drm_fs_mount()
|
/drivers/virtio/ |
D | virtio_balloon.c | 533 static struct dentry *balloon_mount(struct file_system_type *fs_type, in balloon_mount() argument 540 return mount_pseudo(fs_type, "balloon-kvm:", NULL, &ops, in balloon_mount()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1208 static struct dentry *lustre_mount(struct file_system_type *fs_type, int flags, in lustre_mount() argument 1216 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
|