Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfs_context.h169 extern int get_tree_bdev(struct fs_context *fc,
/linux/fs/freevxfs/
H A Dvxfs_super.c289 return get_tree_bdev(fc, vxfs_fill_super); in vxfs_get_tree()
/linux/fs/qnx4/
H A Dinode.c247 return get_tree_bdev(fc, qnx4_fill_super); in qnx4_get_tree()
/linux/fs/hfs/
H A Dsuper.c388 return get_tree_bdev(fc, hfs_fill_super); in hfs_get_tree()
/linux/fs/romfs/
H A Dsuper.c552 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
/linux/fs/squashfs/
H A Dsuper.c488 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_reconfigure()
/linux/fs/qnx6/
H A Dinode.c629 return get_tree_bdev(fc, qnx6_fill_super); in qnx6_get_tree()
/linux/fs/
H A Dsuper.c1651 * get_tree_bdev - Get a superblock based on a single block device
1655 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function
1661 EXPORT_SYMBOL(get_tree_bdev);
/linux/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/fs/minix/
H A Dinode.c377 return get_tree_bdev(fc, minix_fill_super); in minix_get_tree()
/linux/fs/exfat/
H A Dsuper.c745 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
/linux/fs/cramfs/
H A Dinode.c953 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
/linux/fs/zonefs/
H A Dsuper.c1370 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
/linux/fs/gfs2/
H A Dops_fstype.c1330 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
/linux/fs/ntfs3/
H A Dsuper.c1689 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux/fs/xfs/
H A Dxfs_super.c1864 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
/linux/fs/ext4/
H A Dsuper.c5754 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()