Searched refs:get_tree_bdev (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/include/linux/ |
D | fs_context.h | 171 extern int get_tree_bdev(struct fs_context *fc,
|
/Linux-v5.10/fs/squashfs/ |
D | super.c | 348 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
|
/Linux-v5.10/fs/erofs/ |
D | super.c | 407 return get_tree_bdev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
|
/Linux-v5.10/fs/romfs/ |
D | super.c | 561 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
|
/Linux-v5.10/fs/ |
D | super.c | 1279 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function 1358 EXPORT_SYMBOL(get_tree_bdev);
|
/Linux-v5.10/fs/exfat/ |
D | super.c | 696 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
|
/Linux-v5.10/fs/cramfs/ |
D | inode.c | 964 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_super.c | 1627 return get_tree_bdev(fc, xfs_fc_fill_super); in xfs_fc_get_tree()
|
/Linux-v5.10/fs/fuse/ |
D | inode.c | 1486 return get_tree_bdev(fc, fuse_fill_super); in fuse_get_tree()
|
/Linux-v5.10/fs/gfs2/ |
D | ops_fstype.c | 1260 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
|