Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfs_context.h150 extern int get_tree_nodev(struct fs_context *fc,
/openbmc/linux/fs/ramfs/
H A Dinode.c253 return get_tree_nodev(fc, ramfs_fill_super); in ramfs_get_tree()
/openbmc/linux/fs/proc/
H A Droot.c226 return get_tree_nodev(fc, proc_fill_super); in proc_get_tree()
/openbmc/linux/fs/vboxsf/
H A Dsuper.c403 return get_tree_nodev(fc, vboxsf_fill_super); in vboxsf_get_tree()
/openbmc/linux/kernel/bpf/
H A Dinode.c763 return get_tree_nodev(fc, bpf_fill_super); in bpf_get_tree()
/openbmc/linux/fs/
H A Dsuper.c1361 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev() function
1367 EXPORT_SYMBOL(get_tree_nodev);
H A Dlibfs.c689 return get_tree_nodev(fc, pseudo_fs_fill_super); in pseudo_fs_get_tree()
/openbmc/linux/drivers/android/
H A Dbinderfs.c740 return get_tree_nodev(fc, binderfs_fill_super); in binderfs_fs_context_get_tree()
/openbmc/linux/fs/overlayfs/
H A Dparams.c614 return get_tree_nodev(fc, ovl_fill_super); in ovl_get_tree()
/openbmc/linux/fs/erofs/
H A Dsuper.c695 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
/openbmc/linux/ipc/
H A Dmqueue.c435 return get_tree_nodev(fc, mqueue_fill_super); in mqueue_get_tree()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1564 return get_tree_nodev(fc, hugetlbfs_fill_super); in hugetlbfs_get_tree()
/openbmc/linux/fs/fuse/
H A Dinode.c1838 err = get_tree_nodev(fsc, fuse_fill_super); in fuse_get_tree()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c1568 return get_tree_nodev(fc, ffs_sb_fill); in ffs_fs_get_tree()
/openbmc/linux/mm/
H A Dshmem.c4392 return get_tree_nodev(fc, shmem_fill_super); in shmem_get_tree()