Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c749 struct ptlrpc_request *open_req = it->d.lustre.it_data; in mdc_set_open_replay_data() local
750 struct obd_import *imp = open_req->rq_import; in mdc_set_open_replay_data()
752 if (!open_req->rq_replay) in mdc_set_open_replay_data()
755 rec = req_capsule_client_get(&open_req->rq_pill, &RMF_REC_REINT); in mdc_set_open_replay_data()
756 body = req_capsule_server_get(&open_req->rq_pill, &RMF_MDT_BODY); in mdc_set_open_replay_data()
766 DEBUG_REQ(D_ERROR, open_req, in mdc_set_open_replay_data()
780 spin_lock(&open_req->rq_lock); in mdc_set_open_replay_data()
785 mod->mod_open_req = open_req; in mdc_set_open_replay_data()
786 open_req->rq_cb_data = mod; in mdc_set_open_replay_data()
787 open_req->rq_commit_cb = mdc_commit_open; in mdc_set_open_replay_data()
[all …]