|
@@ -347,6 +347,9 @@ struct quota_info {
|
|
|
((type) == USRQUOTA ? (sb_dqopt(sb)->flags & DQUOT_USR_SUSPENDED) : \
|
|
|
(sb_dqopt(sb)->flags & DQUOT_GRP_SUSPENDED))
|
|
|
|
|
|
+#define sb_any_quota_suspended(sb) (sb_has_quota_suspended(sb, USRQUOTA) | \
|
|
|
+ sb_has_quota_suspended(sb, GRPQUOTA))
|
|
|
+
|
|
|
int register_quota_format(struct quota_format_type *fmt);
|
|
|
void unregister_quota_format(struct quota_format_type *fmt);
|
|
|
|