Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h1232 LUSTRE_OPC_CREATE = (1 << 3), enumerator
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dnamei.c515 opc = LUSTRE_OPC_CREATE; in ll_lookup_it()
Dllite_lib.c2207 if ((opc == LUSTRE_OPC_CREATE) && (name != NULL) && in ll_prep_md_op_data()
2217 if (opc == LUSTRE_OPC_CREATE && i1 == i2 && S_ISREG(i2->i_mode) && in ll_prep_md_op_data()
Dfile.c413 opc = LUSTRE_OPC_CREATE; in ll_intent_file_open()