Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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()
H A Dextent_io.h275 struct bio *btrfs_bio_alloc(u64 first_byte);
H A 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()