Home
last modified time | relevance | path

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

12

/linux/fs/freevxfs/
H A Dvxfs_super.c289 return get_tree_bdev(fc, vxfs_fill_super); in vxfs_get_tree()
/linux/include/linux/
H A Dfs_context.h172 extern int get_tree_bdev(struct fs_context *fc,
/linux/fs/hfs/
H A Dsuper.c392 return get_tree_bdev(fc, hfs_fill_super); in hfs_get_tree()
/linux/fs/qnx4/
H A Dinode.c247 return get_tree_bdev(fc, qnx4_fill_super); in qnx4_get_tree()
/linux/fs/adfs/
H A Dsuper.c419 return get_tree_bdev(fc, adfs_fill_super); in adfs_get_tree()
/linux/fs/romfs/
H A Dsuper.c552 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
/linux/fs/bfs/
H A Dinode.c470 return get_tree_bdev(fc, bfs_fill_super); in bfs_get_tree()
/linux/fs/affs/
H A Dsuper.c583 return get_tree_bdev(fc, affs_fill_super); in affs_get_tree()
/linux/fs/squashfs/
H A Dsuper.c493 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
/linux/fs/omfs/
H A Dinode.c600 return get_tree_bdev(fc, omfs_fill_super); in omfs_get_tree()
/linux/fs/qnx6/
H A Dinode.c629 return get_tree_bdev(fc, qnx6_fill_super); in qnx6_get_tree()
/linux/fs/
H A Dsuper.c1710 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function
1716 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/hpfs/
H A Dsuper.c699 return get_tree_bdev(fc, hpfs_fill_super); in hpfs_get_tree()
/linux/fs/minix/
H A Dinode.c393 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.c961 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
/linux/fs/befs/
H A Dlinuxvfs.c943 return get_tree_bdev(fc, befs_fill_super); in befs_get_tree()
/linux/fs/jfs/
H A Dsuper.c635 return get_tree_bdev(fc, jfs_fill_super); in jfs_get_tree()
/linux/fs/zonefs/
H A Dsuper.c1361 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
/linux/fs/isofs/
H A Dinode.c1538 return get_tree_bdev(fc, isofs_fill_super); in isofs_get_tree()
/linux/fs/ext2/
H A Dsuper.c1511 return get_tree_bdev(fc, ext2_fill_super); in ext2_get_tree()
/linux/fs/ufs/
H A Dsuper.c1422 return get_tree_bdev(fc, ufs_fill_super); in ufs_get_tree()
/linux/fs/xfs/
H A Dxfs_super.c2007 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()

12