Searched refs:endSlot (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.c95 cache->nrHashed = dce->endSlot;
164 unsigned int endSlot)
171 if(endSlot < beginSlot) {
173 beginSlot, endSlot);
177 while(beginSlot < endSlot) {
184 clearEnd = entry->endSlot;
185 if(clearEnd > endSlot)
186 clearEnd = endSlot;
192 if(entry->endSlot == endSlot)
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.h31 unsigned int endSlot; member in struct:dirCacheEntry_t
H A Dvfat.c328 addFreeEntry(cache, dce->beginSlot, dce->endSlot);
502 direntry->entry = dce->endSlot - 1;
648 direntry->endSlot = dce->endSlot-1;
691 ssp->free_end = dce->endSlot;
777 (signed int)dce->endSlot-1 == source_entry)
783 ((signed int)dce->endSlot-1==ignore_entry))
791 ssp->longmatch = dce->endSlot - 1;
795 direntry->endSlot = dce->endSlot
[all...]
H A DmtoolsDirentry.h31 int endSlot; member in struct:direntry_t
H A Ddirentry.c31 entry->endSlot = 0;
H A Dmdel.c45 for(i=entry->beginSlot; i< entry->endSlot; i++) {

Completed in 170 milliseconds