Searched refs:warntype (Results 1 – 1 of 1) sorted by relevance
823 static void print_warning(struct dquot *dquot, const char warntype) in print_warning() argument826 int flag = (warntype == BHARDWARN || warntype == BSOFTLONGWARN) ? DQ_BLKS : in print_warning()827 ((warntype == IHARDWARN || warntype == ISOFTLONGWARN) ? DQ_INODES : 0); in print_warning()833 if (warntype == ISOFTWARN || warntype == BSOFTWARN) in print_warning()838 switch (warntype) { in print_warning()861 static inline void flush_warnings(struct dquot **dquots, char *warntype) in flush_warnings() argument866 if (dquots[i] != NODQUOT && warntype[i] != NOWARN) in flush_warnings()867 print_warning(dquots[i], warntype[i]); in flush_warnings()878 static int check_idq(struct dquot *dquot, ulong inodes, char *warntype) in check_idq() argument880 *warntype = NOWARN; in check_idq()[all …]