Home
last modified time | relevance | path

Searched refs:LUSTRE_OPC_CREATE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h1093 LUSTRE_OPC_CREATE = (1 << 3), enumerator
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dnamei.c518 opc = LUSTRE_OPC_CREATE; in ll_lookup_it()
Dllite_lib.c2146 if ((opc == LUSTRE_OPC_CREATE) && (name != NULL) && in ll_prep_md_op_data()
2156 if (opc == LUSTRE_OPC_CREATE && i1 == i2 && S_ISREG(i2->i_mode) && in ll_prep_md_op_data()
Dfile.c411 opc = LUSTRE_OPC_CREATE; in ll_intent_file_open()