Searched refs:get_tree_nodev (Results 1 – 20 of 20) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | fs_context.h | 148 extern int get_tree_nodev(struct fs_context *fc,
|
| /linux-6.15/fs/ramfs/ |
| H A D | inode.c | 284 return get_tree_nodev(fc, ramfs_fill_super); in ramfs_get_tree()
|
| /linux-6.15/fs/proc/ |
| H A D | root.c | 226 return get_tree_nodev(fc, proc_fill_super); in proc_get_tree()
|
| /linux-6.15/fs/coda/ |
| H A D | inode.c | 364 return get_tree_nodev(fc, coda_fill_super); in coda_get_tree()
|
| /linux-6.15/fs/vboxsf/ |
| H A D | super.c | 394 return get_tree_nodev(fc, vboxsf_fill_super); in vboxsf_get_tree()
|
| /linux-6.15/fs/autofs/ |
| H A D | inode.c | 377 return get_tree_nodev(fc, autofs_fill_super); in autofs_get_tree()
|
| /linux-6.15/fs/erofs/ |
| H A D | super.c | 685 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree() 703 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
|
| /linux-6.15/fs/devpts/ |
| H A D | inode.c | 415 return get_tree_nodev(fc, devpts_fill_super); in devpts_get_tree()
|
| /linux-6.15/fs/ocfs2/dlmfs/ |
| H A D | dlmfs.c | 560 return get_tree_nodev(fc, dlmfs_fill_super); in dlmfs_get_tree()
|
| /linux-6.15/drivers/android/ |
| H A D | binderfs.c | 750 return get_tree_nodev(fc, binderfs_fill_super); in binderfs_fs_context_get_tree()
|
| /linux-6.15/fs/ |
| H A D | super.c | 1295 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev() function 1301 EXPORT_SYMBOL(get_tree_nodev);
|
| H A D | libfs.c | 692 return get_tree_nodev(fc, pseudo_fs_fill_super); in pseudo_fs_get_tree()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | params.c | 701 return get_tree_nodev(fc, ovl_fill_super); in ovl_get_tree()
|
| /linux-6.15/kernel/bpf/ |
| H A D | inode.c | 1039 return get_tree_nodev(fc, bpf_fill_super); in bpf_get_tree()
|
| /linux-6.15/fs/hostfs/ |
| H A D | hostfs_kern.c | 1021 return get_tree_nodev(fc, hostfs_fill_super); in hostfs_fc_get_tree()
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 1458 return get_tree_nodev(fc, hugetlbfs_fill_super); in hugetlbfs_get_tree()
|
| /linux-6.15/ipc/ |
| H A D | mqueue.c | 435 return get_tree_nodev(fc, mqueue_fill_super); in mqueue_get_tree()
|
| /linux-6.15/fs/fuse/ |
| H A D | inode.c | 1982 err = get_tree_nodev(fsc, fuse_fill_super); in fuse_get_tree()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 2043 return get_tree_nodev(fc, ffs_sb_fill); in ffs_fs_get_tree()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 5119 return get_tree_nodev(fc, shmem_fill_super); in shmem_get_tree()
|