Lines Matching refs:quota
9 #include "quota-private.h"
10 #include "quota-plugin.h"
107 struct trash_user *tuser = TRASH_USER_CONTEXT_REQUIRE(ctx->quota->user);
181 if (ctx->quota->user->mail_debug) {
189 if (ctx->quota->user->mail_debug) {
198 /* user is over quota. drop the over-bytes first. */
204 /* user is over quota. drop the over-count first. */
236 ctx->quota->user->mail_debug)
238 "quota, won't even try to handle");
260 "Allocating %"PRIuUOFF_T" bytes would exceed quota", size);
265 "Allocating %"PRIuUOFF_T" bytes would exceed quota", size);
356 i_error("trash plugin: quota plugin not initialized");
374 quser->quota->set->test_alloc;
375 quser->quota->set->test_alloc = trash_quota_test_alloc;
394 const char *trash_plugin_dependencies[] = { "quota", NULL };