Home
last modified time | relevance | path

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

/linux/fs/quota/
H A Dnetlink.c38 const char warntype) in quota_send_warning() argument
71 ret = nla_put_u32(skb, QUOTA_NL_A_WARNING, warntype); in quota_send_warning()
H A Ddquot.c1199 static int warning_issued(struct dquot *dquot, const int warntype) in warning_issued() argument
1201 int flag = (warntype == QUOTA_NL_BHARDWARN || in warning_issued()
1202 warntype == QUOTA_NL_BSOFTLONGWARN) ? DQ_BLKS_B : in warning_issued()
1203 ((warntype == QUOTA_NL_IHARDWARN || in warning_issued()
1204 warntype == QUOTA_NL_ISOFTLONGWARN) ? DQ_INODES_B : 0); in warning_issued()
1212 int warntype) in prepare_warning() argument
1214 if (warning_issued(dquot, warntype)) in prepare_warning()
1216 warn->w_type = warntype; in prepare_warning()
/linux/include/linux/
H A Dquota.h512 const char warntype);
515 const char warntype) in quota_send_warning() argument