Symbol: ac_gnode
sbin/vquota/vquota.c
184
rb_ac_gnode_cmp(struct ac_gnode*, struct ac_gnode*);
sbin/vquota/vquota.c
187
RB_HEAD(ac_gtree,ac_gnode) ac_groot;
sbin/vquota/vquota.c
189
RB_PROTOTYPE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
sbin/vquota/vquota.c
191
RB_GENERATE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
sbin/vquota/vquota.c
204
rb_ac_gnode_cmp(struct ac_gnode *a, struct ac_gnode *b)
sbin/vquota/vquota.c
234
static struct ac_gnode*
sbin/vquota/vquota.c
237
struct ac_gnode *gnp, *res;
sbin/vquota/vquota.c
239
gnp = malloc(sizeof(struct ac_gnode));
sbin/vquota/vquota.c
244
bzero(gnp, sizeof(struct ac_gnode));
sbin/vquota/vquota.c
276
struct ac_gnode *gnp, gfind;
sbin/vquota/vquota.c
357
struct ac_gnode *gnp;
sbin/vquota/vquota.c
567
struct ac_gnode *gnp;
sys/kern/vfs_quota.c
101
struct ac_gnode *gnp, *res;
sys/kern/vfs_quota.c
103
gnp = kmalloc(sizeof(struct ac_gnode), M_MOUNT, M_ZERO | M_WAITOK);
sys/kern/vfs_quota.c
152
struct ac_gnode gfind, *gnp;
sys/kern/vfs_quota.c
178
struct ac_gnode *gnp;
sys/kern/vfs_quota.c
222
struct ac_gnode gfind, *gnp;
sys/kern/vfs_quota.c
312
struct ac_gnode gfind, *gnp;
sys/kern/vfs_quota.c
440
struct ac_gnode gfind, *gnp;
sys/kern/vfs_quota.c
51
RB_PROTOTYPE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
sys/kern/vfs_quota.c
56
rb_ac_gnode_cmp(struct ac_gnode *a, struct ac_gnode *b);
sys/kern/vfs_quota.c
59
RB_GENERATE(ac_gtree, ac_gnode, rb_entry, rb_ac_gnode_cmp);
sys/kern/vfs_quota.c
62
struct ac_gnode* gnode_insert(struct mount*, gid_t);
sys/kern/vfs_quota.c
75
rb_ac_gnode_cmp(struct ac_gnode *a, struct ac_gnode *b)
sys/kern/vfs_quota.c
98
struct ac_gnode*
sys/sys/mount.h
169
RB_ENTRY(ac_gnode) rb_entry;
sys/sys/mount.h
178
RB_HEAD(ac_gtree,ac_gnode) ac_groot;