Searched refs:hashent (Results 1 – 1 of 1) sorted by relevance
278 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot() argument284 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()834 unsigned int hashent = hashfn(sb, qid); in dqget() local849 dquot = find_dquot(hashent, sb, qid); in dqget()