Home
last modified time | relevance | path

Searched refs:RQF_FAILED (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/md/
H A Ddm-rq.c266 if (rq->rq_flags & RQF_FAILED) in dm_softirq_done()
293 rq->rq_flags |= RQF_FAILED; in dm_kill_unmapped_request()
/openbmc/linux/include/linux/
H A Dblk-mq.h44 #define RQF_FAILED ((__force req_flags_t)(1 << 10)) macro