Home
last modified time | relevance | path

Searched refs:btrfs_bio_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dcompression.c326 bio = btrfs_bio_alloc(bdev, first_byte); in btrfs_submit_compressed_write()
367 bio = btrfs_bio_alloc(bdev, first_byte); in btrfs_submit_compressed_write()
608 comp_bio = btrfs_bio_alloc(bdev, cur_disk_byte); in btrfs_submit_compressed_read()
654 comp_bio = btrfs_bio_alloc(bdev, cur_disk_byte); in btrfs_submit_compressed_read()
Dextent_io.h496 struct bio *btrfs_bio_alloc(struct block_device *bdev, u64 first_byte);
Dextent_io.c2661 struct bio *btrfs_bio_alloc(struct block_device *bdev, u64 first_byte) in btrfs_bio_alloc() function
2799 bio = btrfs_bio_alloc(bdev, offset); in submit_extent_page()