Searched refs:get_tree_bdev (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | fs_context.h | 162 extern int get_tree_bdev(struct fs_context *fc,
|
/linux-6.3-rc2/fs/romfs/ |
A D | super.c | 562 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
|
/linux-6.3-rc2/fs/squashfs/ |
A D | super.c | 470 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
|
/linux-6.3-rc2/fs/ |
A D | super.c | 1227 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function 1308 EXPORT_SYMBOL(get_tree_bdev);
|
/linux-6.3-rc2/fs/exfat/ |
A D | super.c | 721 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
|
/linux-6.3-rc2/fs/cramfs/ |
A D | inode.c | 953 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
|
/linux-6.3-rc2/fs/erofs/ |
A D | super.c | 826 return get_tree_bdev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | super.c | 1408 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
|
/linux-6.3-rc2/fs/gfs2/ |
A D | ops_fstype.c | 1338 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_super.c | 1723 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
|
/linux-6.3-rc2/fs/fuse/ |
A D | inode.c | 1692 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
|
/linux-6.3-rc2/fs/ext4/ |
A D | super.c | 5668 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()
|
Completed in 35 milliseconds