Home
last modified time | relevance | path

Searched refs:IT_LOOKUP (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_mdc.h84 if (it != NULL && (it->it_op == IT_GETATTR || it->it_op == IT_LOOKUP || in mdc_get_rpc_lock()
122 if (it != NULL && (it->it_op == IT_GETATTR || it->it_op == IT_LOOKUP || in mdc_put_rpc_lock()
Dobd.h868 #define IT_LOOKUP (1 << 4) macro
884 else if (it->it_op & (IT_READDIR | IT_GETATTR | IT_OPEN | IT_LOOKUP | in it_to_lock_mode()
/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c81 if (it->it_op & IT_LOOKUP) in lmv_intent_remote()
312 if (it->it_op & (IT_LOOKUP | IT_GETATTR | IT_LAYOUT)) in lmv_intent_lock()
/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c617 if (it->it_op & (IT_OPEN | IT_UNLINK | IT_LOOKUP | IT_GETATTR)) { in mdc_finish_enqueue()
807 } else if (it->it_op & (IT_GETATTR | IT_LOOKUP)) { in mdc_enqueue()
997 LASSERT(it->it_op & (IT_GETATTR | IT_LOOKUP | IT_LAYOUT)); in mdc_finish_intent_lock()
1147 (it->it_op & (IT_LOOKUP | IT_GETATTR))) { in mdc_intent_lock()
/drivers/staging/lustre/lustre/llite/
Ddcache.c300 if (it->it_op == IT_LOOKUP || it->it_op == IT_GETATTR) { in ll_lookup_finish_locks()
Dnamei.c485 struct lookup_intent lookup_it = { .it_op = IT_LOOKUP }; in ll_lookup_it()
Dfile.c2884 oit.it_op = IT_LOOKUP; in __ll_inode_revalidate()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c138 case IT_LOOKUP: in ldlm_it2str()