Searched refs:BH_PHYS_4G (Results 1 – 3 of 3) sorted by relevance
420 if (!BH_PHYS_4G(req->bhtail, bh)) in __scsi_back_merge_fn()479 if (!BH_PHYS_4G(bh, req->bh)) in __scsi_front_merge_fn()642 if (!BH_PHYS_4G(req->bhtail, next->bh)) in __scsi_merge_requests_fn()
208 #define BH_PHYS_4G(b1, b2) ((bh_phys((b1)) | 0xffffffff) == ((bh_phys((b2)) + (b2)->b_size - 1) | 0… macro
301 if (BH_CONTIG(bh, nxt) && BH_PHYS_4G(bh, nxt)) in __blk_seg_merge_ok()