Lines Matching full:merge

3  * Functions related to segment and merge handling
61 * Don't merge if the 1st bio starts with non-zero offset, otherwise it in bio_will_gap()
63 * merge a huge number of small single bios in case of mkfs. in bio_will_gap()
79 * merge with 'pb' in bio_will_gap()
536 /* only try to merge bvecs into one sg if they are from two bios */
570 * Only try to merge bvecs from two bios given we in __blk_bios_map_sg()
571 * have done bio internal merge when adding pages in __blk_bios_map_sg()
652 /* discard request merge won't add new segment */ in ll_new_hw_segment()
757 /* Merge is OK... */ in ll_merge_requests_fn()
764 * blk_rq_set_mixed_merge - mark a request as mixed merge
765 * @rq: request to mark as mixed merge
804 * front merge.
875 * If we are allowed to merge, then append bio list in attempt_merge()
897 * a mixed merge, mark both as mixed before proceeding. This in attempt_merge()
909 * At this point we have either done a back merge or front merge. We in attempt_merge()
964 * Try to merge 'next' into 'rq'. Return true if the merge happened, false
965 * otherwise. The caller is responsible for freeing 'next' if the merge
1053 * A front merge for writes to sequential zones of a zoned block device in bio_attempt_front_merge()
1055 * merge such write to let it fail. in bio_attempt_front_merge()
1136 * blk_attempt_plug_merge - try to merge with %current's plugged list
1143 * request on %current's plugged list. Returns %true if merge was successful,
1183 * Iterate list of requests and see if we can merge this bio with any