Searched refs:get_tree_bdev (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| H A D | fs_context.h | 172 extern int get_tree_bdev(struct fs_context *fc,
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 289 return get_tree_bdev(fc, vxfs_fill_super); in vxfs_get_tree()
|
| /linux/fs/efs/ |
| H A D | super.c | 322 return get_tree_bdev(fc, efs_fill_super); in efs_get_tree()
|
| /linux/fs/hfs/ |
| H A D | super.c | 395 return get_tree_bdev(fc, hfs_fill_super); in hfs_get_tree()
|
| /linux/fs/adfs/ |
| H A D | super.c | 422 return get_tree_bdev(fc, adfs_fill_super); in adfs_get_tree()
|
| /linux/fs/romfs/ |
| H A D | super.c | 555 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_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 | 1713 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function 1719 EXPORT_SYMBOL(get_tree_bdev);
|
| /linux/fs/hpfs/ |
| H A D | super.c | 699 return get_tree_bdev(fc, hpfs_fill_super); in hpfs_get_tree()
|
| /linux/fs/jfs/ |
| H A D | super.c | 635 return get_tree_bdev(fc, jfs_fill_super); in jfs_get_tree()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 1363 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
|
| /linux/fs/ufs/ |
| H A D | super.c | 1421 return get_tree_bdev(fc, ufs_fill_super); in ufs_get_tree()
|
| /linux/fs/gfs2/ |
| H A D | ops_fstype.c | 1332 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
|
| /linux/fs/xfs/ |
| H A D | xfs_super.c | 1985 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
|
| /linux/fs/fuse/ |
| H A D | inode.c | 2033 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
|
| /linux/fs/ntfs/ |
| H A D | super.c | 2591 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_get_tree()
|
| /linux/fs/ext4/ |
| H A D | super.c | 5856 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()
|