Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 8 of 8) sorted by relevance

/drivers/mtd/
Dmtdsuper.c58 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()
Dmtdchar.c1202 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/
Dsuper.c108 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/
Ddevtmpfs.c54 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/
Doprofilefs.c256 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/
Dipath_fs.c361 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/
Dqib_fs.c555 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/
Dinode.c556 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()