Home
last modified time | relevance | path

Searched refs:IT_GETATTR (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/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.h867 #define IT_GETATTR (1 << 3) macro
884 else if (it->it_op & (IT_READDIR | IT_GETATTR | IT_OPEN | IT_LOOKUP | in it_to_lock_mode()
/linux-4.4.14/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()
807 } else if (it->it_op & (IT_GETATTR | IT_LOOKUP)) { in mdc_enqueue()
954 it->it_op != IT_GETATTR) { in mdc_finish_intent_lock()
997 LASSERT(it->it_op & (IT_GETATTR | IT_LOOKUP | IT_LAYOUT)); in mdc_finish_intent_lock()
1051 case IT_GETATTR: in mdc_revalidate_lock()
1147 (it->it_op & (IT_LOOKUP | IT_GETATTR))) { in mdc_intent_lock()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c82 it->it_op = IT_GETATTR; in lmv_intent_remote()
312 if (it->it_op & (IT_LOOKUP | IT_GETATTR | IT_LAYOUT)) in lmv_intent_lock()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dnamei.c465 .it_op = IT_GETATTR, in ll_lookup_it_finish()
506 if (it->it_op == IT_GETATTR) { in ll_lookup_it()
563 if (it->it_op == IT_GETATTR && (retval == NULL || retval == dentry)) in ll_lookup_it()
571 struct lookup_intent *itp, it = { .it_op = IT_GETATTR }; in ll_lookup_nd()
Ddcache.c300 if (it->it_op == IT_LOOKUP || it->it_op == IT_GETATTR) { in ll_lookup_finish_locks()
Dstatahead.c822 minfo->mi_it.it_op = IT_GETATTR; in sa_args_init()
868 struct lookup_intent it = { .it_op = IT_GETATTR, in do_sa_revalidate()
1579 struct lookup_intent it = { .it_op = IT_GETATTR, in do_statahead_enter()
Dfile.c2880 struct lookup_intent oit = { .it_op = IT_GETATTR }; in __ll_inode_revalidate()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c136 case IT_GETATTR: in ldlm_it2str()