Searched refs:ShortIndex (Results 1 – 1 of 1) sorted by relevance
169 ULONG ShortIndex; in vfatDelFCBFromTable() local173 ShortIndex = pFCB->ShortHash.Hash % pVCB->HashTableSize; in vfatDelFCBFromTable()177 entry = pVCB->FcbHashTable[ShortIndex]; in vfatDelFCBFromTable()180 pVCB->FcbHashTable[ShortIndex] = entry->next; in vfatDelFCBFromTable()405 ULONG ShortIndex; in vfatAddFCBToTable() local409 ShortIndex = pFCB->ShortHash.Hash % pVCB->HashTableSize; in vfatAddFCBToTable()417 pFCB->ShortHash.next = pVCB->FcbHashTable[ShortIndex]; in vfatAddFCBToTable()418 pVCB->FcbHashTable[ShortIndex] = &pFCB->ShortHash; in vfatAddFCBToTable()