Searched refs:ReadProc (Results 1 – 2 of 2) sorted by relevance
150 IN PREAD_BLOCK ReadProc, in WCacheInit__()196 if(!ReadProc) { in WCacheInit__()272 Cache->ReadProc = ReadProc; in WCacheInit__()2564 if(!(Cache->ReadProc)) return; in WCacheFlushAll__()2594 if(!(Cache->ReadProc)) return; in WCachePurgeAll__()2643 if(!(Cache->ReadProc)) return; in WCachePurgeAllRW()2712 if(!(Cache->ReadProc)) return; in WCacheFlushAllRW()2776 if(!(Cache->ReadProc)) return; in WCacheRelease__()2821 return (Cache->ReadProc != NULL); in WCacheIsInitialized__()2852 if(!(Cache->ReadProc)) return STATUS_INVALID_PARAMETER; in WCacheFlushBlocksRW()[all …]
173 PREAD_BLOCK ReadProc; member221 IN PREAD_BLOCK ReadProc,