Home
last modified time | relevance | path

Searched refs:LDLM_FL_DENY_ON_CONTENTION (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h152 #define LDLM_FL_DENY_ON_CONTENTION 0x0000000040000000ULL /* bit 30 */ macro
438 {LDLM_FL_DENY_ON_CONTENTION, "LDLM_FL_DENY_ON_CONTENTION"},
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_lock.c1579 clk->ols_flags |= LDLM_FL_DENY_ON_CONTENTION; in osc_lock_init()