Home
last modified time | relevance | path

Searched refs:growDirCache (Results 1 – 3 of 3) sorted by relevance

/external/mtools/
DdirCache.c112 int growDirCache(dirCache_t *cache, unsigned int slot) in growDirCache() function
160 if(growDirCache(*dcp, slot) < 0) in allocDirCache()
238 if(growDirCache(cache, endSlot) < 0) in allocDirCacheEntry()
354 if(growDirCache(cache, pos+1) < 0) in lookupInDircache()
DdirCache.h40 int growDirCache(dirCache_t *cache, unsigned int slot);
Dvfat.c779 } else if(growDirCache(cache, pos) < 0) { in lookupForInsert()