Lines Matching refs:bio_bcount
148 bp->bio_resid = bp->bio_bcount; in nvme_ns_strategy_done()
167 bp->bio_resid = bp->bio_bcount; in nvme_ns_strategy()
273 bp->bio_resid = bp->bio_bcount; in nvme_ns_bio_done()
388 *num_bios = nvme_get_num_segments(bp->bio_offset, bp->bio_bcount, in nvme_construct_child_bios()
397 rem_bcount = bp->bio_bcount; in nvme_construct_child_bios()
407 child->bio_bcount = min(rem_bcount, in nvme_construct_child_bios()
415 child->bio_bcount, PAGE_SIZE); in nvme_construct_child_bios()
416 ma_offset = (ma_offset + child->bio_bcount) & in nvme_construct_child_bios()
423 data += child->bio_bcount; in nvme_construct_child_bios()
425 cur_offset += child->bio_bcount; in nvme_construct_child_bios()
426 rem_bcount -= child->bio_bcount; in nvme_construct_child_bios()
471 bp->bio_bcount, ns->boundary); in nvme_ns_bio_process()
495 htole32(bp->bio_bcount/nvme_ns_get_sector_size(ns)); in nvme_ns_bio_process()