Searched refs:get_tree_nodev (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 153 extern int get_tree_nodev(struct fs_context *fc,
|
| /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 | 812 return get_tree_nodev(fc, erofs_fc_fill_super); in erofs_fc_get_tree() 830 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/overlayfs/ |
| H A D | params.c | 730 return get_tree_nodev(fc, ovl_fill_super); in ovl_get_tree()
|
| /linux/fs/ |
| H A D | super.c | 1420 int get_tree_nodev(struct fs_context *fc, in get_tree_nodev() function 1426 EXPORT_SYMBOL(get_tree_nodev);
|
| /linux/ipc/ |
| H A D | mqueue.c | 435 return get_tree_nodev(fc, mqueue_fill_super); in mqueue_get_tree()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | f_fs.c | 2065 return get_tree_nodev(fc, ffs_sb_fill); in ffs_fs_get_tree()
|
| /linux/mm/ |
| H A D | shmem.c | 5062 return get_tree_nodev(fc, shmem_fill_super); in shmem_get_tree()
|