Searched refs:EE_CALL_AL_COMPLETE_IO (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c237 seq_print_rq_state_bit(m, f & EE_CALL_AL_COMPLETE_IO, &sep, "in-AL");
H A Ddrbd_receiver.c415 if (!expect(device, !(peer_req->flags & EE_CALL_AL_COMPLETE_IO))) {
416 peer_req->flags &= ~EE_CALL_AL_COMPLETE_IO;
2696 peer_req->flags |= EE_CALL_AL_COMPLETE_IO;
2709 if (peer_req->flags & EE_CALL_AL_COMPLETE_IO) {
2710 peer_req->flags &= ~EE_CALL_AL_COMPLETE_IO;
H A Ddrbd_worker.c118 do_al_complete_io = peer_req->flags & EE_CALL_AL_COMPLETE_IO;
120 peer_req->flags &= ~EE_CALL_AL_COMPLETE_IO;
H A Ddrbd_int.h397 #define EE_CALL_AL_COMPLETE_IO (1<<__EE_CALL_AL_COMPLETE_IO) macro

Completed in 146 milliseconds