Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblkdev.h1389 static inline bool bio_will_gap(struct request_queue *q, struct bio *prev, in bio_will_gap() function
1406 return bio_will_gap(req->q, req->biotail, bio); in req_gap_back_merge()
1411 return bio_will_gap(req->q, bio, req->bio); in req_gap_front_merge()