Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_req_layout.h236 extern struct req_format RQF_LDLM_CALLBACK;
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c749 &RQF_LDLM_CALLBACK,
1384 struct req_format RQF_LDLM_CALLBACK = variable
1386 EXPORT_SYMBOL(RQF_LDLM_CALLBACK);
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c620 req_capsule_set(&req->rq_pill, &RQF_LDLM_CALLBACK); in ldlm_callback_handler()