Home
last modified time | relevance | path

Searched refs:IT_UNLINK (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c617 if (it->it_op & (IT_OPEN | IT_UNLINK | IT_LOOKUP | IT_GETATTR)) { in mdc_finish_enqueue()
777 if (it->it_op & (IT_UNLINK | IT_GETATTR | IT_READDIR)) in mdc_enqueue()
805 } else if (it->it_op & IT_UNLINK) { in mdc_enqueue()
/drivers/staging/lustre/lustre/include/
Dobd.h869 #define IT_UNLINK (1 << 5) macro
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c140 case IT_UNLINK: in ldlm_it2str()