Searched refs:get_tree_bdev (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/ |
A D | fs_context.h | 174 extern int get_tree_bdev(struct fs_context *fc,
|
/linux/fs/romfs/ |
A D | super.c | 561 ret = get_tree_bdev(fc, romfs_fill_super); in romfs_get_tree()
|
/linux/fs/squashfs/ |
A D | super.c | 399 return get_tree_bdev(fc, squashfs_fill_super); in squashfs_get_tree()
|
/linux/fs/ |
A D | super.c | 1230 int get_tree_bdev(struct fs_context *fc, in get_tree_bdev() function 1309 EXPORT_SYMBOL(get_tree_bdev);
|
/linux/fs/exfat/ |
A D | super.c | 717 return get_tree_bdev(fc, exfat_fill_super); in exfat_get_tree()
|
/linux/fs/cramfs/ |
A D | inode.c | 962 ret = get_tree_bdev(fc, cramfs_blkdev_fill_super); in cramfs_get_tree()
|
/linux/fs/erofs/ |
A D | super.c | 704 return get_tree_bdev(fc, erofs_fc_fill_super); in erofs_fc_get_tree()
|
/linux/fs/ntfs3/ |
A D | super.c | 1348 return get_tree_bdev(fc, ntfs_fill_super); in ntfs_fs_get_tree()
|
/linux/fs/xfs/ |
A D | xfs_super.c | 1696 return get_tree_bdev(fc, xfs_fs_fill_super); in xfs_fs_get_tree()
|
/linux/fs/gfs2/ |
A D | ops_fstype.c | 1327 error = get_tree_bdev(fc, gfs2_fill_super); in gfs2_get_tree()
|
/linux/fs/fuse/ |
A D | inode.c | 1659 err = get_tree_bdev(fsc, fuse_fill_super); in fuse_get_tree()
|
/linux/ |
A D | vmlinux.symvers | 5546 0x00000000 get_tree_bdev vmlinux EXPORT_SYMBOL
|
A D | System.map | 8564 ffff80001024b740 T get_tree_bdev
|
A D | .tmp_System.map | 8564 ffff80001024b740 T get_tree_bdev
|
Completed in 902 milliseconds