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