HomeSort by relevance Sort by last modified time
    Searched refs:CacheTag (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DiskCache.c 52 CACHE_TAG *CacheTag;
63 CacheTag = &DiskCache->CacheTag[GroupNo];
64 if (CacheTag->RealSize > 0 && CacheTag->PageNo == PageNo) {
71 if (CacheTag->Dirty) {
82 CacheTag->RealSize = 0;
95 @param CacheTag - The Cache Tag for the current cache page.
108 IN CACHE_TAG *CacheTag,
124 PageNo = CacheTag->PageNo;
    [all...]
Fat.h 165 CACHE_TAG CacheTag[FAT_DATACACHE_GROUP_COUNT];
    [all...]

Completed in 328 milliseconds