Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h109 #define LDLM_FL_FLOCK_DEADLOCK 0x0000000000008000ULL /* bit 15 */ macro
432 {LDLM_FL_FLOCK_DEADLOCK, "LDLM_FL_FLOCK_DEADLOCK"},
/drivers/staging/lustre/lustre/ldlm/
Dldlm_flock.c537 if (lock->l_flags & LDLM_FL_FLOCK_DEADLOCK) { in ldlm_flock_completion_ast()