Home
last modified time | relevance | path

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

/drivers/block/
Dnvme-core.c514 #define BIOVEC_NOT_VIRT_MERGEABLE(vec1, vec2) ((vec2)->bv_offset || \ macro
533 if (bvprv && BIOVEC_NOT_VIRT_MERGEABLE(bvprv, bvec)) in nvme_map_bio()