uquot
struct uquot * find_uquot(struct uquot_hash *, uint32_t, int);
void remove_uquot(struct uquot_hash *,struct uquot *);
SLIST_ENTRY(uquot) uq_entries;
SLIST_HEAD(uquot_hash, uquot);
struct uquot *uq;
struct uquot uq_null;
struct uquot *uq;
struct uquot *
struct uquot *uq;
uq = malloc(sizeof(struct uquot));
memset(uq, 0, sizeof(struct uquot));
remove_uquot(struct uquot_hash *uq_hash, struct uquot *uq)
uq, uquot, uq_entries);
static struct uquot *uq_u = NULL;
static struct uquot *uq_g = NULL;