Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c851 rc = ldlm_cli_enqueue(exp, &req, einfo, &res_id, policy, &flags, NULL, in mdc_enqueue()
1262 rc = ldlm_cli_enqueue(exp, &req, einfo, &res_id, &policy, &flags, NULL, in mdc_intent_getattr_async()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1233 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp,
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c653 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp, in ldlm_cli_enqueue() function
784 EXPORT_SYMBOL(ldlm_cli_enqueue);
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c894 rc = ldlm_cli_enqueue(exp, &req, &einfo, &cld->cld_resid, NULL, flags, in mgc_enqueue()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2300 rc = ldlm_cli_enqueue(exp, &req, einfo, res_id, policy, flags, lvb, in osc_enqueue_base()