Searched refs:warntype (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/quota/ |
H A D | netlink.c | 30 * @warntype: The type of the warning: QUOTA_NL_... 38 const char warntype) in quota_send_warning() 71 ret = nla_put_u32(skb, QUOTA_NL_A_WARNING, warntype); in quota_send_warning() 37 quota_send_warning(struct kqid qid, dev_t dev, const char warntype) quota_send_warning() argument
|
H A D | dquot.c | 1236 static int warning_issued(struct dquot *dquot, const int warntype) in warning_issued() argument 1238 int flag = (warntype == QUOTA_NL_BHARDWARN || in warning_issued() 1239 warntype == QUOTA_NL_BSOFTLONGWARN) ? DQ_BLKS_B : in warning_issued() 1240 ((warntype == QUOTA_NL_IHARDWARN || in warning_issued() 1241 warntype == QUOTA_NL_ISOFTLONGWARN) ? DQ_INODES_B : 0); in warning_issued() 1272 int warntype = warn->w_type; in print_warning() local 1274 if (warntype == QUOTA_NL_IHARDBELOW || in print_warning() 1275 warntype == QUOTA_NL_ISOFTBELOW || in print_warning() 1276 warntype == QUOTA_NL_BHARDBELOW || in print_warning() 1277 warntype in print_warning() 1314 prepare_warning(struct dquot_warn *warn, struct dquot *dquot, int warntype) prepare_warning() argument [all...] |
/kernel/linux/linux-6.6/fs/quota/ |
H A D | netlink.c | 30 * @warntype: The type of the warning: QUOTA_NL_... 38 const char warntype) in quota_send_warning() 71 ret = nla_put_u32(skb, QUOTA_NL_A_WARNING, warntype); in quota_send_warning() 37 quota_send_warning(struct kqid qid, dev_t dev, const char warntype) quota_send_warning() argument
|
H A D | dquot.c | 1184 static int warning_issued(struct dquot *dquot, const int warntype) in warning_issued() argument 1186 int flag = (warntype == QUOTA_NL_BHARDWARN || in warning_issued() 1187 warntype == QUOTA_NL_BSOFTLONGWARN) ? DQ_BLKS_B : in warning_issued() 1188 ((warntype == QUOTA_NL_IHARDWARN || in warning_issued() 1189 warntype == QUOTA_NL_ISOFTLONGWARN) ? DQ_INODES_B : 0); in warning_issued() 1220 int warntype = warn->w_type; in print_warning() local 1222 if (warntype == QUOTA_NL_IHARDBELOW || in print_warning() 1223 warntype == QUOTA_NL_ISOFTBELOW || in print_warning() 1224 warntype == QUOTA_NL_BHARDBELOW || in print_warning() 1225 warntype in print_warning() 1262 prepare_warning(struct dquot_warn *warn, struct dquot *dquot, int warntype) prepare_warning() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | quota.h | 511 const char warntype); 514 const char warntype) in quota_send_warning() 513 quota_send_warning(struct kqid qid, dev_t dev, const char warntype) quota_send_warning() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | quota.h | 512 const char warntype); 515 const char warntype) in quota_send_warning() 514 quota_send_warning(struct kqid qid, dev_t dev, const char warntype) quota_send_warning() argument
|
Completed in 10 milliseconds