Home
last modified time | relevance | path

Searched refs:get_tree_nodev (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/
H A Dfs_context.h148 extern int get_tree_nodev(struct fs_context *fc,
/linux/fs/ramfs/
H A Dinode.c285 return get_tree_nodev(fc, ramfs_fill_super); in ramfs_get_tree()
/linux/fs/proc/
H A Droot.c226 return get_tree_nodev(fc, proc_fill_super); in proc_get_tree()
/linux/fs/coda/
H A Dinode.c364 return get_tree_nodev(fc, coda_fill_super); in coda_get_tree()
/linux/fs/vboxsf/
H A Dsuper.c394 return get_tree_nodev(fc, vboxsf_fill_super); in vboxsf_get_tree()
/linux/fs/autofs/
H A Dinode.c377 return get_tree_nodev(fc, autofs_fill_super); in autofs_get_tree()
/linux/fs/erofs/
H A Dsuper.c749 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
767 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
/linux/fs/devpts/
H A Dinode.c415 return get_tree_nodev(fc, devpts_fill_super); in devpts_get_tree()
/linux/drivers/android/
H A Dbinderfs.c732 return get_tree_nodev(fc, binderfs_fill_super); in binderfs_fs_context_get_tree()
/linux/fs/
H A Dsuper.c1340 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev() function
1346 EXPORT_SYMBOL(get_tree_nodev);
H A Dlibfs.c704 return get_tree_nodev(fc, pseudo_fs_fill_super); in pseudo_fs_get_tree()
/linux/fs/overlayfs/
H A Dparams.c699 return get_tree_nodev(fc, ovl_fill_super); in ovl_get_tree()
/linux/fs/hostfs/
H A Dhostfs_kern.c1023 return get_tree_nodev(fc, hostfs_fill_super); in hostfs_fc_get_tree()
/linux/ipc/
H A Dmqueue.c436 return get_tree_nodev(fc, mqueue_fill_super); in mqueue_get_tree()
/linux/fs/fuse/
H A Dinode.c1996 err = get_tree_nodev(fsc, fuse_fill_super); in fuse_get_tree()
/linux/drivers/usb/gadget/function/
H A Df_fs.c2033 return get_tree_nodev(fc, ffs_sb_fill); in ffs_fs_get_tree()
/linux/mm/
H A Dshmem.c5183 return get_tree_nodev(fc, shmem_fill_super); in shmem_get_tree()