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()
355 /* there isn't chance to merge the splitted bio */ in __bio_split_to_limits()
482 /* only try to merge bvecs into one sg if they are from two bios */
516 * Only try to merge bvecs from two bios given we in __blk_bios_map_sg()
517 * have done bio internal merge when adding pages in __blk_bios_map_sg()
601 /* discard request merge won't add new segment */ in ll_new_hw_segment()
703 /* Merge is OK... */ in ll_merge_requests_fn()
709 * blk_rq_set_mixed_merge - mark a request as mixed merge
710 * @rq: request to mark as mixed merge
778 * If we are allowed to merge, then append bio list in attempt_merge()
800 * a mixed merge, mark both as mixed before proceeding. This in attempt_merge()
812 * At this point we have either done a back merge or front merge. We in attempt_merge()
865 * Try to merge 'next' into 'rq'. Return true if the merge happened, false
866 * otherwise. The caller is responsible for freeing 'next' if the merge
883 /* different data direction or already started, don't merge */ in blk_rq_merge_ok()
887 /* don't merge across cgroup boundaries */ in blk_rq_merge_ok()
891 /* only merge integrity protected bio into ditto rq */ in blk_rq_merge_ok()
895 /* Only merge if the crypt contexts are compatible */ in blk_rq_merge_ok()
1035 * blk_attempt_plug_merge - try to merge with %current's plugged list
1042 * request on %current's plugged list. Returns %true if merge was successful,
1083 * Iterate list of requests and see if we can merge this bio with any