Lines Matching defs:quota
52 struct sec_quota *quota)
60 "a->containers_nest_level);
73 "a->max_secrets);
86 "a->max_uid_secrets);
99 "a->max_payload_size);
141 &hive_config->quota);
144 "Cannot read quota settings for %s [%d]: %s\n",
149 if (hive_config->quota.max_payload_size == 0
151 && hive_config->quota.max_payload_size > sctx->max_payload_size)) {
152 /* If the quota is unlimited or it's larger than what
156 sctx->max_payload_size = hive_config->quota.max_payload_size;
186 /* Read the global quota first -- this should be removed in a future release */
187 /* Note that this sets the defaults for the sec_config quota to be used
196 &sctx->sec_config.quota);
207 sctx->sec_config.quota.containers_nest_level,
208 sctx->sec_config.quota.max_secrets,
209 sctx->sec_config.quota.max_uid_secrets,
210 sctx->sec_config.quota.max_payload_size);