Home
last modified time | relevance | path

Searched refs:hashent (Results 1 – 1 of 1) sorted by relevance

/fs/quota/
Ddquot.c301 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot() argument
307 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()
934 unsigned int hashent = hashfn(sb, qid); in dqget() local
953 dquot = find_dquot(hashent, sb, qid); in dqget()