Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfs_context.h176 extern int get_tree_bdev(struct fs_context *fc,
/linux-6.1.9/fs/squashfs/
Dsuper.c399 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
/linux-6.1.9/fs/romfs/
Dsuper.c562 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
/linux-6.1.9/fs/
Dsuper.c1257 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function
1338 EXPORT_SYMBOL(get_tree_bdev);
/linux-6.1.9/fs/exfat/
Dsuper.c722 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
/linux-6.1.9/fs/cramfs/
Dinode.c954 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
/linux-6.1.9/fs/erofs/
Dsuper.c828 return get_tree_bdev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
/linux-6.1.9/fs/ntfs3/
Dsuper.c1359 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
/linux-6.1.9/fs/gfs2/
Dops_fstype.c1330 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
/linux-6.1.9/fs/xfs/
Dxfs_super.c1713 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
/linux-6.1.9/fs/fuse/
Dinode.c1691 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
/linux-6.1.9/fs/ext4/
Dsuper.c5675 return get_tree_bdev(fc, ext4_fill_super); in ext4_get_tree()