Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_debugfs.c239 seq_print_rq_state_bit(m, f & EE_MAY_SET_IN_SYNC, &sep, "set-in-sync"); in seq_print_peer_request_flags()
Ddrbd_int.h466 #define EE_MAY_SET_IN_SYNC (1<<__EE_MAY_SET_IN_SYNC) macro
Ddrbd_receiver.c2248 peer_req->flags & EE_MAY_SET_IN_SYNC) ? in e_end_block()
2657 peer_req->flags |= EE_MAY_SET_IN_SYNC; in receive_Data()
2728 peer_req->flags &= ~EE_MAY_SET_IN_SYNC; in receive_Data()