Home
last modified time | relevance | path

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

/fs/quota/
Ddquot.c278 static struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, in find_dquot() argument
284 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()
834 unsigned int hashent = hashfn(sb, qid); in dqget() local
849 dquot = find_dquot(hashent, sb, qid); in dqget()