/drivers/mtd/ |
D | mtdsuper.c | 58 static struct dentry *mount_mtd_aux(struct file_system_type *fs_type, int flags, in mount_mtd_aux() argument 66 sb = sget(fs_type, get_sb_mtd_compare, get_sb_mtd_set, mtd); in mount_mtd_aux() 104 static struct dentry *mount_mtd_nr(struct file_system_type *fs_type, int flags, in mount_mtd_nr() argument 116 return mount_mtd_aux(fs_type, flags, dev_name, data, mtd, fill_super); in mount_mtd_nr() 122 struct dentry *mount_mtd(struct file_system_type *fs_type, int flags, in mount_mtd() argument 152 fs_type, flags, in mount_mtd() 169 return mount_mtd_nr(fs_type, flags, in mount_mtd() 197 return mount_mtd_nr(fs_type, flags, dev_name, data, mtdnr, fill_super); in mount_mtd()
|
D | mtdchar.c | 1202 static struct dentry *mtd_inodefs_mount(struct file_system_type *fs_type, in mtd_inodefs_mount() argument 1205 return mount_pseudo(fs_type, "mtd_inode:", &mtd_ops, NULL, MTD_INODE_FS_MAGIC); in mtd_inodefs_mount()
|
/drivers/xen/xenfs/ |
D | super.c | 108 static struct dentry *xenfs_mount(struct file_system_type *fs_type, in xenfs_mount() argument 112 return mount_single(fs_type, flags, data, xenfs_fill_super); in xenfs_mount()
|
/drivers/base/ |
D | devtmpfs.c | 54 static struct dentry *dev_mount(struct file_system_type *fs_type, int flags, in dev_mount() argument 58 return mount_single(fs_type, flags, data, shmem_fill_super); in dev_mount() 60 return mount_single(fs_type, flags, data, ramfs_fill_super); in dev_mount()
|
/drivers/oprofile/ |
D | oprofilefs.c | 256 static struct dentry *oprofilefs_mount(struct file_system_type *fs_type, in oprofilefs_mount() argument 259 return mount_single(fs_type, flags, data, oprofilefs_fill_super); in oprofilefs_mount()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_fs.c | 361 static struct dentry *ipathfs_mount(struct file_system_type *fs_type, in ipathfs_mount() argument 365 ret = mount_single(fs_type, flags, data, ipathfs_fill_super); in ipathfs_mount()
|
/drivers/infiniband/hw/qib/ |
D | qib_fs.c | 555 static struct dentry *qibfs_mount(struct file_system_type *fs_type, int flags, in qibfs_mount() argument 559 ret = mount_single(fs_type, flags, data, qibfs_fill_super); in qibfs_mount()
|
/drivers/usb/core/ |
D | inode.c | 556 static struct dentry *usb_mount(struct file_system_type *fs_type, in usb_mount() argument 559 return mount_single(fs_type, flags, data, usbfs_fill_super); in usb_mount()
|