Lines Matching defs:hash
54 static u_long ntfs_nthash; /* size of hash table - 1 */
60 * Initialize inode hash table.
71 * Reinitialize inode hash table.
78 struct nthashhead *oldhash, *hash;
82 hash = hashinit(desiredvnodes, HASH_LIST, true, &mask);
87 ntfs_nthashtbl = hash;
93 LIST_INSERT_HEAD(&hash[val], ip, i_hash);
101 * Free the inode hash table. Called from ntfs_done(), only needed
134 * Insert the ntnode into the hash table.
149 * Remove the inode from the hash table.