Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Ddquot.c195 static inline struct dquot *find_dquot(unsigned int hashent, struct super_block *sb, unsigned int i… in find_dquot() function
604 if ((dquot = find_dquot(hashent, sb, id, type)) == NODQUOT) { in dqget()