Home
last modified time | relevance | path

Searched refs:endSlot (Results 1 – 6 of 6) sorted by relevance

/external/mtools/
DdirCache.c98 cache->nrHashed = dce->endSlot; in hashDce()
175 unsigned int endSlot) in freeDirCacheRange() argument
182 if(endSlot < beginSlot) { in freeDirCacheRange()
184 beginSlot, endSlot); in freeDirCacheRange()
188 while(beginSlot < endSlot) { in freeDirCacheRange()
199 clearEnd = entry->endSlot; in freeDirCacheRange()
200 if(clearEnd > endSlot) in freeDirCacheRange()
201 clearEnd = endSlot; in freeDirCacheRange()
209 if(entry->beginSlot == entry->endSlot) { in freeDirCacheRange()
232 unsigned int endSlot, in allocDirCacheEntry() argument
[all …]
Dvfat.c329 addFreeEntry(cache, dce->beginSlot, dce->endSlot); in dir_write()
515 direntry->entry = dce->endSlot - 1; in vfat_lookup_loop_for_read()
662 direntry->endSlot = dce->endSlot-1; in vfat_lookup()
705 ssp->free_end = dce->endSlot; in accountFreeSlots()
791 (signed int)dce->endSlot-1 == source_entry) in lookupForInsert()
797 ((signed int)dce->endSlot-1==ignore_entry)) in lookupForInsert()
805 ssp->longmatch = dce->endSlot - 1; in lookupForInsert()
809 direntry->endSlot = dce->endSlot - 1; in lookupForInsert()
817 ssp->shortmatch = dce->endSlot - 1; in lookupForInsert()
822 pos = dce->endSlot; in lookupForInsert()
DdirCacheP.h7 unsigned int endSlot; member
DmtoolsDirentry.h31 int endSlot; member
Ddirentry.c31 entry->endSlot = 0; in initializeDirentry()
Dmdel.c45 for(i=entry->beginSlot; i< entry->endSlot; i++) { in wipeEntry()