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

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DirectoryCache.c 102 if (Volume->DirCacheCount == FAT_MAX_DIR_CACHE_COUNT) {
112 Volume->DirCacheCount++;
155 Volume->DirCacheCount--;
184 while (Volume->DirCacheCount > 0) {
188 Volume->DirCacheCount--;
Fat.h 377 UINTN DirCacheCount;
    [all...]

Completed in 51 milliseconds