Searched refs:RQ_LOCAL_OK (Results 1 – 3 of 3) sorted by relevance
228 #define RQ_LOCAL_OK (1UL << __RQ_LOCAL_OK) macro
127 if (!(s & RQ_NET_OK) || !(s & RQ_LOCAL_OK)) in drbd_req_destroy()130 if ((s & RQ_NET_OK) && (s & RQ_LOCAL_OK) && (s & RQ_NET_SIS)) in drbd_req_destroy()233 ok = (s & RQ_LOCAL_OK) || (s & RQ_NET_OK); in drbd_req_complete()610 RQ_LOCAL_COMPLETED|RQ_LOCAL_OK); in __req_mod()
70 seq_print_rq_state_bit(m, s & RQ_LOCAL_OK, &sep, "ok"); in seq_print_request_state()