Lines Matching refs:hashval
645 static unsigned long hash(struct super_block *sb, unsigned long hashval) in hash() argument
649 tmp = (hashval * (unsigned long)sb) ^ (GOLDEN_RATIO_PRIME + hashval) / in hash()
663 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash() argument
665 struct hlist_head *b = inode_hashtable + hash(inode->i_sb, hashval); in __insert_inode_hash()
1275 struct inode *inode_insert5(struct inode *inode, unsigned long hashval, in inode_insert5() argument
1279 struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval); in inode_insert5()
1348 struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, in iget5_locked() argument
1352 struct inode *inode = ilookup5(sb, hashval, test, data); in iget5_locked()
1358 inode = inode_insert5(new, hashval, test, set, data); in iget5_locked()
1378 struct inode *iget5_locked_rcu(struct super_block *sb, unsigned long hashval, in iget5_locked_rcu() argument
1382 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in iget5_locked_rcu()
1400 inode = inode_insert5(new, hashval, test, set, data); in iget5_locked_rcu()
1573 struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval, in ilookup5_nowait() argument
1576 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait()
1604 struct inode *ilookup5(struct super_block *sb, unsigned long hashval, in ilookup5() argument
1609 inode = ilookup5_nowait(sb, hashval, test, data); in ilookup5()
1673 unsigned long hashval, in find_inode_nowait() argument
1678 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait()
1686 mval = match(inode, hashval, data); in find_inode_nowait()
1720 struct inode *find_inode_rcu(struct super_block *sb, unsigned long hashval, in find_inode_rcu() argument
1723 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_rcu()
1824 int insert_inode_locked4(struct inode *inode, unsigned long hashval, in insert_inode_locked4() argument
1830 old = inode_insert5(inode, hashval, test, NULL, data); in insert_inode_locked4()