Searched refs:get_tree_bdev (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 172 extern int get_tree_bdev(struct fs_context *fc,
|
| /linux/fs/adfs/ |
| H A D | super.c | 422 return get_tree_bdev(fc, adfs_fill_super); in adfs_get_tree()
|
| /linux/fs/squashfs/ |
| H A D | super.c | 493 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
|
| /linux/fs/ |
| H A D | super.c | 1906 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function 1912 EXPORT_SYMBOL(get_tree_bdev);
|
| /linux/fs/zonefs/ |
| H A D | super.c | 1363 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
|
| /linux/fs/ntfs3/ |
| H A D | super.c | 1844 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 2034 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
|
| /linux/fs/udf/ |
| H A D | super.c | 128 return get_tree_bdev(fc, udf_fill_super); in udf_get_tree()
|
| /linux/fs/f2fs/ |
| H A D | super.c | 5532 return get_tree_bdev(fc, f2fs_fill_super); in f2fs_get_tree()
|
| /linux/fs/ext4/ |
| H A D | super.c | 5887 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()
|