Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Dfs_context.h172 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/efs/
H A Dsuper.c322 return get_tree_bdev(fc, efs_fill_super); in efs_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/hfs/
H A Dsuper.c395 return get_tree_bdev(fc, hfs_fill_super); in hfs_get_tree()
/linux/fs/romfs/
H A Dsuper.c555 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/qnx6/
H A Dinode.c629 return get_tree_bdev(fc, qnx6_fill_super); in qnx6_get_tree()
/linux/fs/omfs/
H A Dinode.c600 return get_tree_bdev(fc, omfs_fill_super); in omfs_get_tree()
/linux/fs/squashfs/
H A Dsuper.c493 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
/linux/fs/
H A Dsuper.c1713 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function
1719 EXPORT_SYMBOL(get_tree_bdev);
/linux/fs/hpfs/
H A Dsuper.c699 return get_tree_bdev(fc, hpfs_fill_super); in hpfs_get_tree()
/linux/fs/hfsplus/
H A Dsuper.c682 return get_tree_bdev(fc, hfsplus_fill_super); in hfsplus_get_tree()
/linux/fs/minix/
H A Dinode.c401 return get_tree_bdev(fc, minix_fill_super); in minix_get_tree()
/linux/fs/befs/
H A Dlinuxvfs.c945 return get_tree_bdev(fc, befs_fill_super); in befs_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.c963 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
/linux/fs/jfs/
H A Dsuper.c635 return get_tree_bdev(fc, jfs_fill_super); in jfs_get_tree()
/linux/fs/fat/
H A Dnamei_vfat.c1207 return get_tree_bdev(fc, vfat_fill_super); in vfat_get_tree()
/linux/fs/zonefs/
H A Dsuper.c1359 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/ntfs3/
H A Dsuper.c1788 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux/fs/ufs/
H A Dsuper.c1421 return get_tree_bdev(fc, ufs_fill_super); in ufs_get_tree()

12