#ifndef GUARD_QUOTA_H
#define GUARD_QUOTA_H
#include <sys/cdefs.h>
#include <sys/types.h>
#include <stdint.h>
#define __P(x) x
typedef u_int32_t qid_t; /* Type in which we store ids in memory */
typedef int64_t qsize_t; /* Type in which we store size limitations */
#define QSIZE_MAX INT64_MAX /* Maximum value storable in qsize_t */