Home
last modified time | relevance | path

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

/linux-4.1.27/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.h1000 #define IT_GETATTR (1 << 3) macro
1017 else if (it->it_op & (IT_READDIR | IT_GETATTR | IT_OPEN | IT_LOOKUP | in it_to_lock_mode()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c629 if (it->it_op & (IT_OPEN | IT_UNLINK | IT_LOOKUP | IT_GETATTR)) { in mdc_finish_enqueue()
810 if (it->it_op & (IT_UNLINK | IT_GETATTR | IT_READDIR)) in mdc_enqueue()
840 } else if (it->it_op & (IT_GETATTR | IT_LOOKUP)) { in mdc_enqueue()
987 it->it_op != IT_GETATTR) { in mdc_finish_intent_lock()
1030 LASSERT(it->it_op & (IT_GETATTR | IT_LOOKUP | IT_LAYOUT)); in mdc_finish_intent_lock()
1084 case IT_GETATTR: in mdc_revalidate_lock()
1180 (it->it_op & (IT_LOOKUP | IT_GETATTR))) { in mdc_intent_lock()
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/llite/
Dnamei.c466 .it_op = IT_GETATTR, in ll_lookup_it_finish()
503 if (it->it_op == IT_GETATTR) { in ll_lookup_it()
560 if (it->it_op == IT_GETATTR && (retval == NULL || retval == dentry)) in ll_lookup_it()
568 struct lookup_intent *itp, it = { .it_op = IT_GETATTR }; in ll_lookup_nd()
Ddcache.c301 if (it->it_op == IT_LOOKUP || it->it_op == IT_GETATTR) { in ll_lookup_finish_locks()
Dstatahead.c831 minfo->mi_it.it_op = IT_GETATTR; in sa_args_init()
884 struct lookup_intent it = { .it_op = IT_GETATTR, in do_sa_revalidate()
1599 struct lookup_intent it = { .it_op = IT_GETATTR, in do_statahead_enter()
Dfile.c2915 struct lookup_intent oit = { .it_op = IT_GETATTR }; in __ll_inode_revalidate()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c137 case IT_GETATTR: in ldlm_it2str()