Home
last modified time | relevance | path

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

12

/linux-6.15/include/linux/
H A Dfs_context.h167 extern int get_tree_bdev(struct fs_context *fc,
/linux-6.15/fs/freevxfs/
H A Dvxfs_super.c289 return get_tree_bdev(fc, vxfs_fill_super); in vxfs_get_tree()
/linux-6.15/fs/efs/
H A Dsuper.c322 return get_tree_bdev(fc, efs_fill_super); in efs_get_tree()
/linux-6.15/fs/qnx4/
H A Dinode.c247 return get_tree_bdev(fc, qnx4_fill_super); in qnx4_get_tree()
/linux-6.15/fs/hfs/
H A Dsuper.c388 return get_tree_bdev(fc, hfs_fill_super); in hfs_get_tree()
/linux-6.15/fs/adfs/
H A Dsuper.c419 return get_tree_bdev(fc, adfs_fill_super); in adfs_get_tree()
/linux-6.15/fs/romfs/
H A Dsuper.c552 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
/linux-6.15/fs/squashfs/
H A Dsuper.c488 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
/linux-6.15/fs/qnx6/
H A Dinode.c629 return get_tree_bdev(fc, qnx6_fill_super); in qnx6_get_tree()
/linux-6.15/fs/affs/
H A Dsuper.c583 return get_tree_bdev(fc, affs_fill_super); in affs_get_tree()
/linux-6.15/fs/fat/
H A Dnamei_msdos.c660 return get_tree_bdev(fc, msdos_fill_super); in msdos_get_tree()
H A Dnamei_vfat.c1202 return get_tree_bdev(fc, vfat_fill_super); in vfat_get_tree()
/linux-6.15/fs/hpfs/
H A Dsuper.c702 return get_tree_bdev(fc, hpfs_fill_super); in hpfs_get_tree()
/linux-6.15/fs/hfsplus/
H A Dsuper.c640 return get_tree_bdev(fc, hfsplus_fill_super); in hfsplus_get_tree()
/linux-6.15/fs/
H A Dsuper.c1655 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function
1661 EXPORT_SYMBOL(get_tree_bdev);
/linux-6.15/fs/minix/
H A Dinode.c377 return get_tree_bdev(fc, minix_fill_super); in minix_get_tree()
/linux-6.15/fs/exfat/
H A Dsuper.c735 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
/linux-6.15/fs/cramfs/
H A Dinode.c953 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
/linux-6.15/fs/befs/
H A Dlinuxvfs.c943 return get_tree_bdev(fc, befs_fill_super); in befs_get_tree()
/linux-6.15/fs/jfs/
H A Dsuper.c635 return get_tree_bdev(fc, jfs_fill_super); in jfs_get_tree()
/linux-6.15/fs/zonefs/
H A Dsuper.c1370 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
/linux-6.15/fs/isofs/
H A Dinode.c1523 return get_tree_bdev(fc, isofs_fill_super); in isofs_get_tree()
/linux-6.15/fs/gfs2/
H A Dops_fstype.c1330 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
/linux-6.15/fs/ntfs3/
H A Dsuper.c1717 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux-6.15/fs/ext2/
H A Dsuper.c1510 return get_tree_bdev(fc, ext2_fill_super); in ext2_get_tree()

12