Lines Matching defs:REQ_F_FAIL
770 REQ_F_FAIL = BIT(REQ_F_FAIL_BIT),
1077 #define IO_DISARM_MASK (REQ_F_ARM_LTIMEOUT | REQ_F_LINK_TIMEOUT | REQ_F_FAIL)
1262 req->flags |= REQ_F_FAIL;
2091 if (link->flags & REQ_F_FAIL)
2126 if (unlikely((req->flags & REQ_F_FAIL) &&
6612 if (req->flags & REQ_F_FAIL) {
7123 if (likely(!(req->flags & (REQ_F_FORCE_ASYNC | REQ_F_FAIL)))) {
7125 } else if (req->flags & REQ_F_FAIL) {
7240 * REQ_F_FAIL is set, but the head is an exception since
7241 * it may be set REQ_F_FAIL because of other req's failure
7243 * is set REQ_F_FAIL because of its failure or other req's
7247 if (!(link->head->flags & REQ_F_FAIL))
7279 if (!(req->flags & REQ_F_FAIL)) {
7283 if (!(head->flags & REQ_F_FAIL))