Searched refs:beginSlot (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DdirCache.c93 if(dce->beginSlot != cache->nrHashed)
163 unsigned int beginSlot,
171 if(endSlot < beginSlot) {
173 beginSlot, endSlot);
177 while(beginSlot < endSlot) {
178 entry = cache->entries[beginSlot];
180 beginSlot++;
187 clearBegin = beginSlot;
193 entry->endSlot = beginSlot;
194 else if(entry->beginSlot
162 freeDirCacheRange(dirCache_t *cache, unsigned int beginSlot, unsigned int endSlot) argument
217 allocDirCacheEntry(dirCache_t *cache, int beginSlot, int endSlot, dirCacheEntryType_t type) argument
243 addUsedEntry(dirCache_t *cache, int beginSlot, int endSlot, wchar_t *longName, wchar_t *shortName, struct directory *dir) argument
289 addFreeEntry(dirCache_t *cache, unsigned int beginSlot, unsigned int endSlot) argument
[all...]
H A DdirCache.h30 unsigned int beginSlot; member in struct:dirCacheEntry_t
H A DmtoolsDirentry.h30 int beginSlot; /* begin and end slot, for delete */ member in struct:direntry_t
H A Dvfat.c328 addFreeEntry(cache, dce->beginSlot, dce->endSlot);
647 direntry->beginSlot = dce->beginSlot;
688 if(ssp->free_end != dce->beginSlot) {
689 ssp->free_start = dce->beginSlot;
794 direntry->beginSlot = dce->beginSlot;
812 ssp->max_entry = dce->beginSlot;
H A Ddirentry.c30 entry->beginSlot = 0;
H A Dmdel.c45 for(i=entry->beginSlot; i< entry->endSlot; i++) {

Completed in 94 milliseconds