Home
last modified time | relevance | path

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

/drivers/mtd/
Dmtdsuper.c63 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/
Dsuper.c70 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/
Ddevtmpfs.c58 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/
Doprofilefs.c264 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/
Dsuper.c396 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/
Dqib_fs.c543 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/
Dapi.c44 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/
Ddrm_drv.c423 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/
Dvirtio_balloon.c533 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/
Dobd_mount.c1208 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()