Searched refs:closeReqSubmitted (Results 1 – 2 of 2) sorted by relevance
59 context->closeReqSubmitted = false; in ResetCtx()126 context->closeReqSubmitted = false; in OnFileClose()264 … thisClass->taskInfo->channelId, context->fsOpenReq.result, context->closeReqSubmitted); in OnFileIO()265 if (context->lastErrno == 0 && !context->closeReqSubmitted) { in OnFileIO()266 context->closeReqSubmitted = true; in OnFileIO()
79 bool closeReqSubmitted; member