Home
last modified time | relevance | path

Searched refs:biovec_phys_mergeable (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dblk-integrity.c39 if (!biovec_phys_mergeable(q, &ivprv, &iv)) in blk_rq_count_integrity_sg()
147 if (!biovec_phys_mergeable(q, &ivprv, &iv)) in blk_rq_map_integrity_sg()
H A Dblk-mq-dma.c54 !biovec_phys_mergeable(req->q, &bv, &next)) in blk_map_iter_next()
H A Dblk.h119 static inline bool biovec_phys_mergeable(struct request_queue *q, in biovec_phys_mergeable() function
H A Dblk-merge.c82 if (biovec_phys_mergeable(q, &pb, &nb)) in bio_will_gap()