Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c310 if (it->it_op & IT_CREAT) in mdc_intent_open_pack()
826 if (req != NULL && it && it->it_op & IT_CREAT) in mdc_enqueue()
888 if (it->it_op & IT_CREAT && in mdc_enqueue()
992 if (it->it_op & IT_CREAT) { in mdc_finish_intent_lock()
1160 if (!fid_is_sane(&op_data->op_fid2) && it->it_op & IT_CREAT) { in mdc_intent_lock()
/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c177 if ((it->it_op & IT_CREAT) && in lmv_intent_open()
/drivers/staging/lustre/lustre/include/
Dobd.h865 #define IT_CREAT (1 << 1) macro
882 if (it->it_op & IT_CREAT) in it_to_lock_mode()
/drivers/staging/lustre/lustre/llite/
Dnamei.c517 if (it->it_op & IT_CREAT) in ll_lookup_it()
618 it->it_op |= IT_CREAT; in ll_atomic_open()
Dfile.c592 oit.it_op |= IT_CREAT; in ll_file_open()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c130 case IT_CREAT: in ldlm_it2str()
132 case (IT_OPEN | IT_CREAT): in ldlm_it2str()