Home
last modified time | relevance | path

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

/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.h874 #define IT_LAYOUT (1 << 10) macro
885 IT_LAYOUT)) in it_to_lock_mode()
/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c696 } else if (it->it_op & IT_LAYOUT) { in mdc_finish_enqueue()
779 else if (it->it_op & IT_LAYOUT) in mdc_enqueue()
811 } else if (it->it_op & IT_LAYOUT) { in mdc_enqueue()
997 LASSERT(it->it_op & (IT_GETATTR | IT_LOOKUP | IT_LAYOUT)); in mdc_finish_intent_lock()
1070 case IT_LAYOUT: in mdc_revalidate_lock()
/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c312 if (it->it_op & (IT_LOOKUP | IT_GETATTR | IT_LAYOUT)) in lmv_intent_lock()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c144 case IT_LAYOUT: in ldlm_it2str()
/drivers/staging/lustre/lustre/llite/
Dfile.c3523 it.it_op = IT_LAYOUT; in ll_layout_refresh()