Home
last modified time | relevance | path

Searched refs:RQ_LOCAL_ABORTED (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_req.h229 #define RQ_LOCAL_ABORTED (1UL << __RQ_LOCAL_ABORTED) macro
231 #define RQ_LOCAL_MASK ((RQ_LOCAL_ABORTED << 1)-1)
A Ddrbd_req.c207 if ((s & RQ_LOCAL_PENDING && !(s & RQ_LOCAL_ABORTED)) || in drbd_req_complete()
306 if (req->rq_state & RQ_LOCAL_ABORTED) in drbd_req_put_completion_ref()
469 if (!(s & RQ_LOCAL_ABORTED) && (set & RQ_LOCAL_ABORTED)) { in mod_rq_state()
475 if (req->rq_state & RQ_LOCAL_ABORTED) in mod_rq_state()
610 mod_rq_state(req, m, 0, RQ_LOCAL_ABORTED); in __req_mod()
A Ddrbd_debugfs.c69 seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted"); in seq_print_request_state()
A Ddrbd_worker.c242 if (unlikely(req->rq_state & RQ_LOCAL_ABORTED)) { in drbd_request_endio()
A Ddrbd_main.c2256 (req->rq_state & RQ_LOCAL_ABORTED) != 0); in do_retry()

Completed in 20 milliseconds