Searched refs:btrfs_bio_alloc (Results 1 – 6 of 6) sorted by relevance
280 struct bio *btrfs_bio_alloc(unsigned int nr_iovecs);
1425 bio = btrfs_bio_alloc(BIO_MAX_VECS); in scrub_recheck_block_on_raid56()1482 bio = btrfs_bio_alloc(1); in scrub_recheck_block()1564 bio = btrfs_bio_alloc(1); in scrub_repair_page_from_good_copy()1678 bio = btrfs_bio_alloc(sctx->pages_per_wr_bio); in scrub_add_page_to_wr_bio()2104 bio = btrfs_bio_alloc(sctx->pages_per_rd_bio); in scrub_add_page_to_rd_bio()2228 bio = btrfs_bio_alloc(BIO_MAX_VECS); in scrub_missing_raid56_pages()2844 bio = btrfs_bio_alloc(BIO_MAX_VECS); in scrub_parity_check_and_repair()
466 bio = btrfs_bio_alloc(BIO_MAX_VECS); in alloc_compressed_bio()
2320 bio = btrfs_bio_alloc(1); in repair_io_failure()2660 repair_bio = btrfs_bio_alloc(1); in btrfs_repair_one_sector()3145 struct bio *btrfs_bio_alloc(unsigned int nr_iovecs) in btrfs_bio_alloc() function3317 bio = btrfs_bio_alloc(BIO_MAX_VECS); in alloc_new_bio()
1105 bio = btrfs_bio_alloc(bio_max_len >> PAGE_SHIFT ?: 1); in rbio_add_io_page()
1567 bio = btrfs_bio_alloc(num_pages - i); in btrfsic_read_block()
Completed in 35 milliseconds