Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Ddquot.c861 static inline void flush_warnings(struct dquot **dquots, char *warntype) in flush_warnings() argument
866 if (dquots[i] != NODQUOT && warntype[i] != NOWARN) in flush_warnings()
867 print_warning(dquots[i], warntype[i]); in flush_warnings()