Searched refs:FileChunk (Results 1 – 1 of 1) sorted by relevance
31 typedef struct FileChunk FileChunk; typedef39 struct FileChunk { struct40 FileChunk *pNext; /* Next chunk in the journal */ argument73 FileChunk *pFirst; /* Head of in-memory chunk-list */96 FileChunk *pChunk; in memjrnlRead()133 static void memjrnlFreeChunks(FileChunk *pFirst){ in memjrnlFreeChunks()134 FileChunk *pIter; in memjrnlFreeChunks()135 FileChunk *pNext; in memjrnlFreeChunks()155 FileChunk *pIter; in memjrnlCreateFile()223 FileChunk *pChunk = p->endpoint.pChunk; in memjrnlWrite()[all …]