Home
last modified time | relevance | path

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

/fs/
Ddquot.c242 static inline struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int i… in find_dquot() argument
247 hlist_for_each (node, dquot_hash+hashent) { in find_dquot()
713 unsigned int hashent = hashfn(sb, id, type); in dqget() local
728 if ((dquot = find_dquot(hashent, sb, id, type)) == NODQUOT) { in dqget()