Home
last modified time | relevance | path

Searched refs:mount_single (Results 1 – 14 of 14) sorted by relevance

/linux-4.19.296/drivers/xen/xenfs/
Dsuper.c74 return mount_single(fs_type, flags, data, xenfs_fill_super); in xenfs_mount()
/linux-4.19.296/fs/configfs/
Dmount.c108 return mount_single(fs_type, flags, data, configfs_fill_super); in configfs_do_mount()
/linux-4.19.296/drivers/base/
Ddevtmpfs.c62 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()
/linux-4.19.296/fs/efivarfs/
Dsuper.c235 return mount_single(fs_type, flags, data, efivarfs_fill_super); in efivarfs_mount()
/linux-4.19.296/drivers/oprofile/
Doprofilefs.c270 return mount_single(fs_type, flags, data, oprofilefs_fill_super); in oprofilefs_mount()
/linux-4.19.296/fs/fuse/
Dcontrol.c329 return mount_single(fs_type, flags, raw_data, fuse_ctl_fill_super); in fuse_ctl_mount()
/linux-4.19.296/fs/openpromfs/
Dinode.c419 return mount_single(fs_type, flags, data, openprom_fill_super); in openprom_mount()
/linux-4.19.296/fs/pstore/
Dinode.c472 return mount_single(fs_type, flags, data, pstore_fill_super); in pstore_mount()
/linux-4.19.296/drivers/misc/ibmasm/
Dibmasmfs.c97 return mount_single(fst, flags, data, ibmasmfs_fill_super); in ibmasmfs_mount()
/linux-4.19.296/fs/
Dsuper.c1219 struct dentry *mount_single(struct file_system_type *fs_type, in mount_single() function
1241 EXPORT_SYMBOL(mount_single);
Dbinfmt_misc.c840 return mount_single(fs_type, flags, data, bm_fill_super); in bm_mount()
/linux-4.19.296/fs/tracefs/
Dinode.c392 return mount_single(fs_type, flags, data, trace_fill_super); in trace_mount()
/linux-4.19.296/fs/debugfs/
Dinode.c245 return mount_single(fs_type, flags, data, debug_fill_super); in debug_mount()
/linux-4.19.296/include/linux/
Dfs.h2173 extern struct dentry *mount_single(struct file_system_type *fs_type,