Home
last modified time | relevance | path

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

/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/hfs/
H A Dsuper.c395 return get_tree_bdev(fc, hfs_fill_super); in hfs_get_tree()
/linux/fs/adfs/
H A Dsuper.c422 return get_tree_bdev(fc, adfs_fill_super); in adfs_get_tree()
/linux/fs/romfs/
H A Dsuper.c555 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_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/jfs/
H A Dsuper.c635 return get_tree_bdev(fc, jfs_fill_super); in jfs_get_tree()
/linux/fs/zonefs/
H A Dsuper.c1363 return get_tree_bdev(fc, zonefs_fill_super); in zonefs_get_tree()
/linux/fs/ufs/
H A Dsuper.c1421 return get_tree_bdev(fc, ufs_fill_super); in ufs_get_tree()
/linux/fs/gfs2/
H A Dops_fstype.c1332 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
/linux/fs/xfs/
H A Dxfs_super.c1985 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
/linux/fs/fuse/
H A Dinode.c2033 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
/linux/fs/ntfs/
H A Dsuper.c2591 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_get_tree()
/linux/fs/ext4/
H A Dsuper.c5856 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()