Searched refs:closeReqSubmitted (Results 1 – 2 of 2) sorted by relevance
60 context->closeReqSubmitted = false; in ResetCtx()127 context->closeReqSubmitted = false; in OnFileClose()266 context->closeReqSubmitted, &context->fsCloseReq); in OnFileIO()267 if (context->lastErrno == 0 && !context->closeReqSubmitted) { in OnFileIO()268 context->closeReqSubmitted = true; in OnFileIO()
79 bool closeReqSubmitted; member