Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_internal.h156 return ldlm_prep_elc_req(exp, req, LUSTRE_MDS_VERSION, opc, 0, cancels, in mdc_prep_elc_req()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c571 int ldlm_prep_elc_req(struct obd_export *exp, struct ptlrpc_request *req, in ldlm_prep_elc_req() function
633 EXPORT_SYMBOL(ldlm_prep_elc_req);
638 return ldlm_prep_elc_req(exp, req, LUSTRE_DLM_VERSION, LDLM_ENQUEUE, in ldlm_prep_enqueue_req()
/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1243 int ldlm_prep_elc_req(struct obd_export *exp,
/drivers/staging/lustre/lustre/osc/
Dosc_request.c750 rc = ldlm_prep_elc_req(exp, req, LUSTRE_OST_VERSION, OST_DESTROY, in osc_destroy()