quota.c revision 9844b5359f5cab77e4c31a7ac9e4a60a0073929e
/* Copyright (C) 2005 Timo Sirainen */
#include "lib.h"
#include "array.h"
#include "quota-private.h"
#include "quota-fs.h"
unsigned int quota_module_id = 0;
extern struct quota dirsize_quota;
extern struct quota dict_quota;
static struct quota *quota_classes[] = {
#ifdef HAVE_FS_QUOTA
#endif
};
{
const char *name, *p;
unsigned int i;
t_push();
if (p == NULL) {
data = "";
} else {
data = p+1;
}
for (i = 0; i < QUOTA_CLASS_COUNT; i++) {
break;
}
if (i == QUOTA_CLASS_COUNT) {
} else {
default_pool, sizeof(void *), 5);
}
t_pop();
return quota;
}
{
/* make a copy, since quota is freed */
}
struct quota_root_iter *
{
}
{
}
{
}
{
}
{
}
{
}
struct quota_root **root_r)
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}
{
}