Home
last modified time | relevance | path

Searched refs:LDLM_PLAIN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c64 [LDLM_PLAIN] = "PLN",
72 [LDLM_PLAIN - LDLM_MIN_TYPE] = ldlm_plain_policy_wire_to_local,
79 [LDLM_PLAIN - LDLM_MIN_TYPE] = ldlm_plain_policy_wire_to_local,
86 [LDLM_PLAIN - LDLM_MIN_TYPE] = ldlm_plain_policy_local_to_wire,
929 if (lock->l_resource->lr_type == LDLM_PLAIN) { in search_granted_lock()
1052 if (res->lr_type == LDLM_PLAIN || res->lr_type == LDLM_IBITS) in ldlm_grant_lock()
1323 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1325 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1344 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1346 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
[all …]
Dldlm_lockd.c256 if (lock->l_resource->lr_type != LDLM_PLAIN) { in ldlm_handle_cp_callback()
Dldlm_resource.c1310 if (type == LDLM_IBITS || type == LDLM_PLAIN) in ldlm_resource_unlink_lock()
Dldlm_request.c635 if (type != LDLM_PLAIN) in ldlm_cli_enqueue_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2724 LDLM_PLAIN = 10, enumerator
2731 #define LDLM_MIN_TYPE LDLM_PLAIN
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1575 rcl = mgc_enqueue(mgc->u.cli.cl_mgc_mgsexp, NULL, LDLM_PLAIN, NULL, in mgc_process_log()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c327 CLASSERT(LDLM_PLAIN == 10); in lustre_assert_wire_constants()