Home
last modified time | relevance | path

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

/drivers/scsi/libsas/
Dsas_host_smp.c239 if (bio_offset(req->bio) + blk_rq_bytes(req) > PAGE_SIZE || in sas_smp_host_handler()
240 bio_offset(rsp->bio) + blk_rq_bytes(rsp) > PAGE_SIZE) { in sas_smp_host_handler()
260 kunmap_atomic(buf - bio_offset(req->bio)); in sas_smp_host_handler()
376 kunmap_atomic(buf - bio_offset(rsp->bio)); in sas_smp_host_handler()
/drivers/block/
Drbd.c2445 unsigned int bio_offset = 0; in rbd_img_request_fill() local
2498 &bio_offset, in rbd_img_request_fill()
/drivers/scsi/
Dsd.c858 BUG_ON(bio_offset(bio) || bio_iovec(bio).bv_len != sdp->sector_size); in sd_setup_write_same_cmnd()