Searched refs:ldlm_cli_enqueue (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | mdc_locks.c | 851 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/ |
D | lustre_dlm.h | 1233 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp,
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 653 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/ |
D | mgc_request.c | 894 rc = ldlm_cli_enqueue(exp, &req, &einfo, &cld->cld_resid, NULL, flags, in mgc_enqueue()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2300 rc = ldlm_cli_enqueue(exp, &req, einfo, res_id, policy, flags, lvb, in osc_enqueue_base()
|