Home
last modified time | relevance | path

Searched refs:RQ_LOCAL_OK (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
Ddrbd_req.h232 #define RQ_LOCAL_OK (1UL << __RQ_LOCAL_OK) macro
Ddrbd_req.c152 if (!(s & RQ_NET_OK) || !(s & RQ_LOCAL_OK)) in drbd_req_destroy()
155 if ((s & RQ_NET_OK) && (s & RQ_LOCAL_OK) && (s & RQ_NET_SIS)) in drbd_req_destroy()
259 ok = (s & RQ_LOCAL_OK) || (s & RQ_NET_OK); in drbd_req_complete()
627 RQ_LOCAL_COMPLETED|RQ_LOCAL_OK); in __req_mod()
Ddrbd_debugfs.c69 seq_print_rq_state_bit(m, s & RQ_LOCAL_OK, &sep, "ok"); in seq_print_request_state()