Lines Matching refs:Entry
67 Search the long name hash table for the directory entry.
72 @return The previous long name hash node of the directory entry.
96 Search the short name hash table for the directory entry.
101 @return The previous short name hash node of the directory entry.
115 if (CompareMem (ShortNameString, (*PreviousHashNode)->Entry.FileName, FAT_NAME_LEN) == 0) {
125 Insert directory entry to hash table.
128 @param DirEnt - The directory entry node.
143 HashTableIndex = FatHashShortName (DirEnt->Entry.FileName);
158 Delete directory entry from hash table.
161 @param DirEnt - The directory entry node.
170 *FatShortNameHashSearch (ODir, DirEnt->Entry.FileName) = DirEnt->ShortNameForwardLink;