Searched refs:rq_replay (Results 1 – 5 of 5) sorted by relevance
234 if (req->rq_replay) { in mdc_clear_replay_flag()236 req->rq_replay = 0; in mdc_clear_replay_flag()337 req->rq_replay = req->rq_import->imp_replayable; in mdc_intent_open_pack()565 if (req->rq_transno || req->rq_replay) { in mdc_finish_enqueue()599 if ((!req->rq_transno || intent->it_status < 0) && req->rq_replay) in mdc_finish_enqueue()609 if (it->it_op & IT_OPEN && req->rq_replay && in mdc_finish_enqueue()665 if ((it->it_op & IT_OPEN) && req->rq_replay) { in mdc_finish_enqueue()
670 if (!open_req->rq_replay) in mdc_set_open_replay_data()731 LASSERT(mod->mod_open_req->rq_replay == 0); in mdc_free_open()831 mod->mod_open_req->rq_replay = 0; in mdc_close()923 mod->mod_open_req->rq_replay = 0; in mdc_done_writing()
160 req->rq_replay = 1; in mdc_setattr()
1309 req->rq_replay)) { in after_reply()2216 LASSERTF(!request->rq_replay, "req %p\n", request); in __ptlrpc_free_req()2386 req->rq_replay = 0; in ptlrpc_free_request()2470 if (req->rq_replay) { in ptlrpc_free_committed()
1306 rq_replay:1, member1652 FLAG(req->rq_restart, "T"), FLAG(req->rq_replay, "P"), \