Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dcompression.c409 bio = btrfs_bio_alloc(first_byte); in btrfs_submit_compressed_write()
456 bio = btrfs_bio_alloc(first_byte); in btrfs_submit_compressed_write()
696 comp_bio = btrfs_bio_alloc(cur_disk_byte); in btrfs_submit_compressed_read()
746 comp_bio = btrfs_bio_alloc(cur_disk_byte); in btrfs_submit_compressed_read()
Dextent_io.h275 struct bio *btrfs_bio_alloc(u64 first_byte);
Dextent_io.c2962 struct bio *btrfs_bio_alloc(u64 first_byte) in btrfs_bio_alloc() function
3074 bio = btrfs_bio_alloc(offset); in submit_extent_page()