Home
last modified time | relevance | path

Searched refs:get_tree_bdev (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/include/linux/
Dfs_context.h169 extern int get_tree_bdev(struct fs_context *fc,
/linux-6.12.1/fs/freevxfs/
Dvxfs_super.c289 return get_tree_bdev(fc, vxfs_fill_super); in vxfs_get_tree()
/linux-6.12.1/fs/efs/
Dsuper.c337 return get_tree_bdev(fc, efs_fill_super); in efs_get_tree()
/linux-6.12.1/fs/qnx4/
Dinode.c247 return get_tree_bdev(fc, qnx4_fill_super); in qnx4_get_tree()
/linux-6.12.1/fs/romfs/
Dsuper.c552 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
/linux-6.12.1/fs/squashfs/
Dsuper.c485 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
/linux-6.12.1/fs/
Dsuper.c1655 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/
Dnamei_msdos.c660 return get_tree_bdev(fc, msdos_fill_super); in msdos_get_tree()
Dnamei_vfat.c1205 return get_tree_bdev(fc, vfat_fill_super); in vfat_get_tree()
/linux-6.12.1/fs/qnx6/
Dinode.c632 return get_tree_bdev(fc, qnx6_fill_super); in qnx6_get_tree()
/linux-6.12.1/fs/minix/
Dinode.c377 return get_tree_bdev(fc, minix_fill_super); in minix_get_tree()
/linux-6.12.1/fs/exfat/
Dsuper.c745 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
/linux-6.12.1/fs/cramfs/
Dinode.c953 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
/linux-6.12.1/fs/zonefs/
Dsuper.c1370 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
/linux-6.12.1/fs/isofs/
Dinode.c1526 return get_tree_bdev(fc, isofs_fill_super); in isofs_get_tree()
/linux-6.12.1/fs/ntfs3/
Dsuper.c1689 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux-6.12.1/fs/gfs2/
Dops_fstype.c1330 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
/linux-6.12.1/fs/xfs/
Dxfs_super.c1810 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
/linux-6.12.1/fs/fuse/
Dinode.c1864 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
/linux-6.12.1/fs/udf/
Dsuper.c128 return get_tree_bdev(fc, udf_fill_super); in udf_get_tree()
/linux-6.12.1/fs/ext4/
Dsuper.c5718 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()