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()343 req->rq_replay = req->rq_import->imp_replayable; in mdc_intent_open_pack()577 if (req->rq_transno || req->rq_replay) { in mdc_finish_enqueue()611 if ((!req->rq_transno || intent->it_status < 0) && req->rq_replay) in mdc_finish_enqueue()621 if (it->it_op & IT_OPEN && req->rq_replay && in mdc_finish_enqueue()677 if ((it->it_op & IT_OPEN) && req->rq_replay) { in mdc_finish_enqueue()
752 if (!open_req->rq_replay) in mdc_set_open_replay_data()813 LASSERT(mod->mod_open_req->rq_replay == 0); in mdc_free_open()916 mod->mod_open_req->rq_replay = 0; in mdc_close()1009 mod->mod_open_req->rq_replay = 0; in mdc_done_writing()
162 req->rq_replay = 1; in mdc_setattr()
1352 req->rq_replay)) { in after_reply()2242 LASSERTF(!request->rq_replay, "req %p\n", request); in __ptlrpc_free_req()2432 req->rq_replay = 0; in ptlrpc_free_request()2516 if (req->rq_replay) { in ptlrpc_free_committed()
1312 rq_replay:1, member1666 FLAG(req->rq_restart, "T"), FLAG(req->rq_replay, "P"), \