Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c64 [LDLM_PLAIN] = "PLN",
71 [LDLM_PLAIN - LDLM_MIN_TYPE] = ldlm_plain_policy_wire_to_local,
78 [LDLM_PLAIN - LDLM_MIN_TYPE] = ldlm_plain_policy_wire_to_local,
85 [LDLM_PLAIN - LDLM_MIN_TYPE] = ldlm_plain_policy_local_to_wire,
906 if (lock->l_resource->lr_type == LDLM_PLAIN) { in search_granted_lock()
1030 if (res->lr_type == LDLM_PLAIN || res->lr_type == LDLM_IBITS) in ldlm_grant_lock()
1287 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1289 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1308 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
1310 (type == LDLM_PLAIN || type == LDLM_IBITS) ? in ldlm_lock_match()
[all …]
Dldlm_lockd.c233 if (lock->l_resource->lr_type != LDLM_PLAIN) { in ldlm_handle_cp_callback()
Dldlm_resource.c1284 if (type == LDLM_IBITS || type == LDLM_PLAIN) in ldlm_resource_unlink_lock()
Dldlm_request.c462 if (type != LDLM_PLAIN) in ldlm_cli_enqueue_fini()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2706 LDLM_PLAIN = 10, enumerator
2713 #define LDLM_MIN_TYPE LDLM_PLAIN
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1547 rcl = mgc_enqueue(mgc->u.cli.cl_mgc_mgsexp, NULL, LDLM_PLAIN, NULL, in mgc_process_log()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c329 CLASSERT(LDLM_PLAIN == 10); in lustre_assert_wire_constants()