Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c667 struct ptlrpc_request *open_req = it->d.lustre.it_data; in mdc_set_open_replay_data() local
668 struct obd_import *imp = open_req->rq_import; in mdc_set_open_replay_data()
670 if (!open_req->rq_replay) in mdc_set_open_replay_data()
673 rec = req_capsule_client_get(&open_req->rq_pill, &RMF_REC_REINT); in mdc_set_open_replay_data()
674 body = req_capsule_server_get(&open_req->rq_pill, &RMF_MDT_BODY); in mdc_set_open_replay_data()
684 DEBUG_REQ(D_ERROR, open_req, in mdc_set_open_replay_data()
698 spin_lock(&open_req->rq_lock); in mdc_set_open_replay_data()
703 mod->mod_open_req = open_req; in mdc_set_open_replay_data()
704 open_req->rq_cb_data = mod; in mdc_set_open_replay_data()
705 open_req->rq_commit_cb = mdc_commit_open; in mdc_set_open_replay_data()
[all …]
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c1914 void ll_open_cleanup(struct super_block *sb, struct ptlrpc_request *open_req) in ll_open_cleanup() argument
1921 body = req_capsule_server_get(&open_req->rq_pill, &RMF_MDT_BODY); in ll_open_cleanup()
Dllite_internal.h796 void ll_open_cleanup(struct super_block *sb, struct ptlrpc_request *open_req);