Searched refs:LDLM_ENQUEUE (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 765 opc == LDLM_ENQUEUE ? 1 : 0; in ldlm_prep_elc_req() 811 return ldlm_prep_elc_req(exp, req, LUSTRE_DLM_VERSION, LDLM_ENQUEUE, in ldlm_prep_enqueue_req() 907 LDLM_ENQUEUE); in ldlm_cli_enqueue() 2196 LUSTRE_DLM_VERSION, LDLM_ENQUEUE); in replay_one_lock()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 102 { LDLM_ENQUEUE, "ldlm_enqueue" }, 1133 if (!(op == LDLM_ENQUEUE || op == MDS_REINT)) in ptlrpc_lprocfs_rpc_sent()
|
D | service.c | 2000 if (opc > 0 && !(op == LDLM_ENQUEUE || op == MDS_REINT)) { in ptlrpc_server_handle_request()
|
D | wiretest.c | 289 LASSERTF(LDLM_ENQUEUE == 101, "found %lld\n", in lustre_assert_wire_constants() 290 (long long)LDLM_ENQUEUE); in lustre_assert_wire_constants()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2679 LDLM_ENQUEUE = 101, enumerator 2688 #define LDLM_FIRST_OPC LDLM_ENQUEUE 2824 _avail -= (type == LDLM_ENQUEUE ? LDLM_ENQUEUE_CANCEL_OFF : 0); \
|
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 897 LDLM_ENQUEUE); in mgc_enqueue()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1526 LDLM_ENQUEUE - LDLM_FIRST_OPC, in lprocfs_init_ldlm_stats()
|