Searched refs:blk_check_merge_flags (Results 1 – 2 of 2) sorted by relevance
653 if (!blk_check_merge_flags(req->cmd_flags, next->cmd_flags)) in attempt_merge()755 if (!blk_check_merge_flags(rq->cmd_flags, bio->bi_rw)) in blk_rq_merge_ok()
657 static inline bool blk_check_merge_flags(unsigned int flags1, in blk_check_merge_flags() function