Searched refs:get_tree_nodev (Results 1 – 21 of 21) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 153 extern int get_tree_nodev(struct fs_context *fc,
|
| /linux/fs/ramfs/ |
| H A D | inode.c | 283 return get_tree_nodev(fc, ramfs_fill_super); in ramfs_get_tree()
|
| /linux/fs/coda/ |
| H A D | inode.c | 364 return get_tree_nodev(fc, coda_fill_super); in coda_get_tree()
|
| /linux/fs/proc/ |
| H A D | root.c | 312 return get_tree_nodev(fc, proc_fill_super); in proc_get_tree()
|
| /linux/fs/autofs/ |
| H A D | inode.c | 378 return get_tree_nodev(fc, autofs_fill_super); in autofs_get_tree()
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 394 return get_tree_nodev(fc, vboxsf_fill_super); in vboxsf_get_tree()
|
| /linux/fs/ocfs2/dlmfs/ |
| H A D | dlmfs.c | 558 return get_tree_nodev(fc, dlmfs_fill_super); in dlmfs_get_tree()
|
| /linux/fs/devpts/ |
| H A D | inode.c | 401 return get_tree_nodev(fc, devpts_fill_super); in devpts_get_tree()
|
| /linux/fs/erofs/ |
| H A D | super.c | 807 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree() 825 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 699 return get_tree_nodev(fc, binderfs_fill_super); in binderfs_fs_context_get_tree()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 703 return get_tree_nodev(fc, binderfs_fill_super); in binderfs_fs_context_get_tree()
|
| /linux/fs/ |
| H A D | super.c | 1342 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev() function 1348 EXPORT_SYMBOL(get_tree_nodev);
|
| H A D | libfs.c | 712 return get_tree_nodev(fc, pseudo_fs_fill_super); in pseudo_fs_get_tree()
|
| /linux/fs/overlayfs/ |
| H A D | params.c | 708 return get_tree_nodev(fc, ovl_fill_super); in ovl_get_tree()
|
| /linux/kernel/bpf/ |
| H A D | inode.c | 1026 return get_tree_nodev(fc, bpf_fill_super); in bpf_get_tree()
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 1025 return get_tree_nodev(fc, hostfs_fill_super); in hostfs_fc_get_tree()
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 1463 return get_tree_nodev(fc, hugetlbfs_fill_super); in hugetlbfs_get_tree()
|
| /linux/ipc/ |
| H A D | mqueue.c | 435 return get_tree_nodev(fc, mqueue_fill_super); in mqueue_get_tree()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 2026 err = get_tree_nodev(fsc, fuse_fill_super); in fuse_get_tree()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 2044 return get_tree_nodev(fc, ffs_sb_fill); in ffs_fs_get_tree()
|
| /linux/mm/ |
| H A D | shmem.c | 5139 return get_tree_nodev(fc, shmem_fill_super); in shmem_get_tree()
|