Lines Matching full:merge
120 * is busy. This callback should be used by vios which did not attempt to merge.
181 * @vio: The vio we want to merge.
182 * @back_merge: Set to true for a back merge, false for a front merge.
187 * Return: the vio to merge to, NULL if no merging is possible.
250 * Handle "next merge" and "gap fill" cases the same way so as to reorder bios in a way in merge_to_next_head()
260 * try_bio_map_merge() - Attempt to merge a vio's bio with other pending I/Os.
261 * @vio: The vio to merge.
288 /* no merge. just add to bio_queue */ in try_bio_map_merge()
294 /* Only prev. merge to prev's tail */ in try_bio_map_merge()
297 /* Only next. merge to next's head */ in try_bio_map_merge()
368 * @max_requests_active: Number of bios for merge tracking.