Searched refs:get_tree_bdev (Results 1 – 21 of 21) sorted by relevance
/linux-6.12.1/include/linux/ |
D | fs_context.h | 169 extern int get_tree_bdev(struct fs_context *fc,
|
/linux-6.12.1/fs/freevxfs/ |
D | vxfs_super.c | 289 return get_tree_bdev(fc, vxfs_fill_super); in vxfs_get_tree()
|
/linux-6.12.1/fs/efs/ |
D | super.c | 337 return get_tree_bdev(fc, efs_fill_super); in efs_get_tree()
|
/linux-6.12.1/fs/qnx4/ |
D | inode.c | 247 return get_tree_bdev(fc, qnx4_fill_super); in qnx4_get_tree()
|
/linux-6.12.1/fs/romfs/ |
D | super.c | 552 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
|
/linux-6.12.1/fs/squashfs/ |
D | super.c | 485 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
|
/linux-6.12.1/fs/ |
D | super.c | 1655 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function 1661 EXPORT_SYMBOL(get_tree_bdev);
|
/linux-6.12.1/fs/fat/ |
D | namei_msdos.c | 660 return get_tree_bdev(fc, msdos_fill_super); in msdos_get_tree()
|
D | namei_vfat.c | 1205 return get_tree_bdev(fc, vfat_fill_super); in vfat_get_tree()
|
/linux-6.12.1/fs/qnx6/ |
D | inode.c | 632 return get_tree_bdev(fc, qnx6_fill_super); in qnx6_get_tree()
|
/linux-6.12.1/fs/minix/ |
D | inode.c | 377 return get_tree_bdev(fc, minix_fill_super); in minix_get_tree()
|
/linux-6.12.1/fs/exfat/ |
D | super.c | 745 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
|
/linux-6.12.1/fs/cramfs/ |
D | inode.c | 953 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
|
/linux-6.12.1/fs/zonefs/ |
D | super.c | 1370 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
|
/linux-6.12.1/fs/isofs/ |
D | inode.c | 1526 return get_tree_bdev(fc, isofs_fill_super); in isofs_get_tree()
|
/linux-6.12.1/fs/ntfs3/ |
D | super.c | 1689 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
|
/linux-6.12.1/fs/gfs2/ |
D | ops_fstype.c | 1330 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_super.c | 1810 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
|
/linux-6.12.1/fs/fuse/ |
D | inode.c | 1864 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
|
/linux-6.12.1/fs/udf/ |
D | super.c | 128 return get_tree_bdev(fc, udf_fill_super); in udf_get_tree()
|
/linux-6.12.1/fs/ext4/ |
D | super.c | 5718 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()
|