warntype         1150 fs/quota/dquot.c static int warning_issued(struct dquot *dquot, const int warntype)
warntype         1152 fs/quota/dquot.c 	int flag = (warntype == QUOTA_NL_BHARDWARN ||
warntype         1153 fs/quota/dquot.c 		warntype == QUOTA_NL_BSOFTLONGWARN) ? DQ_BLKS_B :
warntype         1154 fs/quota/dquot.c 		((warntype == QUOTA_NL_IHARDWARN ||
warntype         1155 fs/quota/dquot.c 		warntype == QUOTA_NL_ISOFTLONGWARN) ? DQ_INODES_B : 0);
warntype         1186 fs/quota/dquot.c 	int warntype = warn->w_type;
warntype         1188 fs/quota/dquot.c 	if (warntype == QUOTA_NL_IHARDBELOW ||
warntype         1189 fs/quota/dquot.c 	    warntype == QUOTA_NL_ISOFTBELOW ||
warntype         1190 fs/quota/dquot.c 	    warntype == QUOTA_NL_BHARDBELOW ||
warntype         1191 fs/quota/dquot.c 	    warntype == QUOTA_NL_BSOFTBELOW || !need_print_warning(warn))
warntype         1198 fs/quota/dquot.c 	if (warntype == QUOTA_NL_ISOFTWARN || warntype == QUOTA_NL_BSOFTWARN)
warntype         1203 fs/quota/dquot.c 	switch (warntype) {
warntype         1229 fs/quota/dquot.c 			    int warntype)
warntype         1231 fs/quota/dquot.c 	if (warning_issued(dquot, warntype))
warntype         1233 fs/quota/dquot.c 	warn->w_type = warntype;
warntype           38 fs/quota/netlink.c 			const char warntype)
warntype           71 fs/quota/netlink.c 	ret = nla_put_u32(skb, QUOTA_NL_A_WARNING, warntype);
warntype          509 include/linux/quota.h 			       const char warntype);
warntype          512 include/linux/quota.h 				      const char warntype)