Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c630 request->rq_next_phase = RQ_PHASE_UNDEFINED; in __ptlrpc_request_bufs_pack()
1520 LASSERT(req->rq_next_phase != req->rq_phase); in ptlrpc_check_set()
1521 LASSERT(req->rq_next_phase != RQ_PHASE_UNDEFINED); in ptlrpc_check_set()
1550 ptlrpc_rqphase_move(req, req->rq_next_phase); in ptlrpc_check_set()
2369 ptlrpc_rqphase_move(request, request->rq_next_phase); in ptlrpc_unregister_reply()
2759 req->rq_next_phase = RQ_PHASE_UNDEFINED; in ptlrpc_replay_req()
2984 req->rq_next_phase = RQ_PHASE_COMPLETE; in ptlrpcd_add_work_req()
Dniobuf.c288 ptlrpc_rqphase_move(req, req->rq_next_phase); in ptlrpc_unregister_bulk()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1330 enum rq_phase rq_next_phase; /* one of RQ_PHASE_* to be used next */ member
2659 req->rq_next_phase = req->rq_phase; in ptlrpc_rqphase_move()