Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm_flags.h218 #define LDLM_FL_LOCAL 0x0000010000000000ULL /* bit 40 */ macro
448 {LDLM_FL_LOCAL, "LDLM_FL_LOCAL"},
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c780 if (lock->l_flags & LDLM_FL_LOCAL && in ldlm_lock_decref_internal()
1114 !(lock->l_flags & LDLM_FL_LOCAL)) in search_queue()