Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dclient.c616 request->rq_next_phase = RQ_PHASE_UNDEFINED; in __ptlrpc_request_bufs_pack()
1560 LASSERT(req->rq_next_phase != req->rq_phase); in ptlrpc_check_set()
1561 LASSERT(req->rq_next_phase != RQ_PHASE_UNDEFINED); in ptlrpc_check_set()
1591 ptlrpc_rqphase_move(req, req->rq_next_phase); in ptlrpc_check_set()
2415 ptlrpc_rqphase_move(request, request->rq_next_phase); in ptlrpc_unregister_reply()
2819 req->rq_next_phase = RQ_PHASE_UNDEFINED; in ptlrpc_replay_req()
3038 req->rq_next_phase = RQ_PHASE_COMPLETE; in ptlrpcd_add_work_req()
Dniobuf.c290 ptlrpc_rqphase_move(req, req->rq_next_phase); in ptlrpc_unregister_bulk()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1336 enum rq_phase rq_next_phase; /* one of RQ_PHASE_* to be used next */ member
2700 req->rq_next_phase = req->rq_phase; in ptlrpc_rqphase_move()