Searched refs:LUSTRE_DLM_VERSION (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 811 return ldlm_prep_elc_req(exp, req, LUSTRE_DLM_VERSION, LDLM_ENQUEUE, in ldlm_prep_enqueue_req() 906 LUSTRE_DLM_VERSION, in ldlm_cli_enqueue() 1030 &RQF_LDLM_CONVERT, LUSTRE_DLM_VERSION, in ldlm_cli_convert() 1201 rc = ptlrpc_request_pack(req, LUSTRE_DLM_VERSION, LDLM_CANCEL); in ldlm_cli_cancel_req() 2196 LUSTRE_DLM_VERSION, LDLM_ENQUEUE); in replay_one_lock()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 896 &RQF_LDLM_ENQUEUE, LUSTRE_DLM_VERSION, in mgc_enqueue()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 169 #define LUSTRE_DLM_VERSION 0x00040000 macro
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 831 LASSERTF(LUSTRE_DLM_VERSION == 0x00040000, "found 0x%.8x\n", in lustre_assert_wire_constants() 832 LUSTRE_DLM_VERSION); in lustre_assert_wire_constants()
|