/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()
|
D | mtdchar.c | 1171 static struct dentry *mtd_inodefs_mount(struct file_system_type *fs_type, in mtd_inodefs_mount() argument 1174 return mount_pseudo(fs_type, "mtd_inode:", &mtd_ops, NULL, MTD_INODE_FS_MAGIC); in mtd_inodefs_mount()
|
/drivers/xen/xenfs/ |
D | super.c | 67 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()
|
/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()
|
/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/infiniband/hw/ipath/ |
D | ipath_fs.c | 360 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()
|
/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 563 ret = mount_single(fs_type, flags, data, qibfs_fill_super); in qibfs_mount()
|
/drivers/gpu/drm/ |
D | drm_drv.c | 482 static struct dentry *drm_fs_mount(struct file_system_type *fs_type, int flags, in drm_fs_mount() argument 485 return mount_pseudo(fs_type, in drm_fs_mount()
|
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 1289 struct dentry *lustre_mount(struct file_system_type *fs_type, int flags, in lustre_mount() argument 1297 return mount_nodev(fs_type, flags, &lmd2, lustre_fill_super); in lustre_mount()
|