Home
last modified time | relevance | path

Searched refs:get_tree_single (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/xen/xenfs/
Dsuper.c74 return get_tree_single(fc, xenfs_fill_super); in xenfs_get_tree()
/Linux-v5.4/fs/configfs/
Dmount.c103 return get_tree_single(fc, configfs_fill_super); in configfs_get_tree()
/Linux-v5.4/include/linux/
Dfs_context.h155 extern int get_tree_single(struct fs_context *fc,
/Linux-v5.4/security/
Dinode.c56 return get_tree_single(fc, securityfs_fill_super); in securityfs_get_tree()
/Linux-v5.4/fs/efivarfs/
Dsuper.c225 return get_tree_single(fc, efivarfs_fill_super); in efivarfs_get_tree()
/Linux-v5.4/drivers/oprofile/
Doprofilefs.c269 return get_tree_single(fc, oprofilefs_fill_super); in oprofilefs_get_tree()
/Linux-v5.4/fs/fuse/
Dcontrol.c349 return get_tree_single(fc, fuse_ctl_fill_super); in fuse_ctl_get_tree()
/Linux-v5.4/fs/openpromfs/
Dinode.c415 return get_tree_single(fc, openprom_fill_super); in openpromfs_get_tree()
/Linux-v5.4/arch/s390/hypfs/
Dinode.c298 return get_tree_single(fc, hypfs_fill_super); in hypfs_get_tree()
/Linux-v5.4/drivers/misc/ibmasm/
Dibmasmfs.c82 return get_tree_single(fc, ibmasmfs_fill_super); in ibmasmfs_get_tree()
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_fs.c540 int ret = get_tree_single(fc, qibfs_fill_super); in qibfs_get_tree()
/Linux-v5.4/fs/
Dsuper.c1223 int get_tree_single(struct fs_context *fc, in get_tree_single() function
1229 EXPORT_SYMBOL(get_tree_single);
Dbinfmt_misc.c842 return get_tree_single(fc, bm_fill_super); in bm_get_tree()
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dinode.c733 return get_tree_single(fc, spufs_fill_super); in spufs_get_tree()
/Linux-v5.4/drivers/usb/gadget/legacy/
Dinode.c2050 return get_tree_single(fc, gadgetfs_fill_super); in gadgetfs_get_tree()
/Linux-v5.4/security/smack/
Dsmackfs.c2905 return get_tree_single(fc, smk_fill_super); in smk_get_tree()
/Linux-v5.4/security/apparmor/
Dapparmorfs.c151 return get_tree_single(fc, apparmorfs_fill_super); in apparmorfs_get_tree()
/Linux-v5.4/security/selinux/
Dselinuxfs.c2013 return get_tree_single(fc, sel_fill_super); in sel_get_tree()