Home
last modified time | relevance | path

Searched refs:IT_LAYOUT (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_mdc.h85 it->it_op == IT_LAYOUT)) in mdc_get_rpc_lock()
123 it->it_op == IT_LAYOUT)) in mdc_put_rpc_lock()
Dobd.h1007 #define IT_LAYOUT (1 << 10) macro
1018 IT_LAYOUT)) in it_to_lock_mode()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c729 } else if (it->it_op & IT_LAYOUT) { in mdc_finish_enqueue()
812 else if (it->it_op & IT_LAYOUT) in mdc_enqueue()
844 } else if (it->it_op & IT_LAYOUT) { in mdc_enqueue()
1030 LASSERT(it->it_op & (IT_GETATTR | IT_LOOKUP | IT_LAYOUT)); in mdc_finish_intent_lock()
1103 case IT_LAYOUT: in mdc_revalidate_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c312 if (it->it_op & (IT_LOOKUP | IT_GETATTR | IT_LAYOUT)) in lmv_intent_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c145 case IT_LAYOUT: in ldlm_it2str()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c3568 it.it_op = IT_LAYOUT; in ll_layout_refresh()