Searched refs:RQ_LOCAL_ABORTED (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_req.h | 229 #define RQ_LOCAL_ABORTED (1UL << __RQ_LOCAL_ABORTED) macro 231 #define RQ_LOCAL_MASK ((RQ_LOCAL_ABORTED << 1)-1)
|
H A D | drbd_req.c | 208 if ((s & RQ_LOCAL_PENDING && !(s & RQ_LOCAL_ABORTED)) || in drbd_req_complete() 307 if (req->rq_state & RQ_LOCAL_ABORTED) in drbd_req_put_completion_ref() 470 if (!(s & RQ_LOCAL_ABORTED) && (set & RQ_LOCAL_ABORTED)) { in mod_rq_state() 476 if (req->rq_state & RQ_LOCAL_ABORTED) in mod_rq_state() 614 mod_rq_state(req, m, 0, RQ_LOCAL_ABORTED); in __req_mod()
|
H A D | drbd_debugfs.c | 69 seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted"); in seq_print_request_state()
|
H A D | drbd_worker.c | 242 if (unlikely(req->rq_state & RQ_LOCAL_ABORTED)) { in drbd_request_endio()
|
H A D | drbd_main.c | 2268 (req->rq_state & RQ_LOCAL_ABORTED) != 0); in do_retry()
|
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_req.h | 229 #define RQ_LOCAL_ABORTED (1UL << __RQ_LOCAL_ABORTED) macro 231 #define RQ_LOCAL_MASK ((RQ_LOCAL_ABORTED << 1)-1)
|
H A D | drbd_req.c | 209 if ((s & RQ_LOCAL_PENDING && !(s & RQ_LOCAL_ABORTED)) || in drbd_req_complete() 308 if (req->rq_state & RQ_LOCAL_ABORTED) in drbd_req_put_completion_ref() 459 if (!(s & RQ_LOCAL_ABORTED) && (set & RQ_LOCAL_ABORTED)) { in mod_rq_state() 465 if (req->rq_state & RQ_LOCAL_ABORTED) in mod_rq_state() 602 mod_rq_state(req, m, 0, RQ_LOCAL_ABORTED); in __req_mod()
|
H A D | drbd_debugfs.c | 69 seq_print_rq_state_bit(m, s & RQ_LOCAL_ABORTED, &sep, "aborted"); in seq_print_request_state()
|
H A D | drbd_worker.c | 242 if (unlikely(req->rq_state & RQ_LOCAL_ABORTED)) { in drbd_request_endio()
|
H A D | drbd_main.c | 2303 (req->rq_state & RQ_LOCAL_ABORTED) != 0); in do_retry()
|
Completed in 23 milliseconds