Symbol: quota2_entry
sbin/fsck_ffs/quota2.c
134
void *, int (*func)(uint64_t *, struct quota2_entry *, uint64_t, void *));
sbin/fsck_ffs/quota2.c
141
int (*func)(uint64_t *, struct quota2_entry *, uint64_t, void *))
sbin/fsck_ffs/quota2.c
146
struct quota2_entry *q2e;
sbin/fsck_ffs/quota2.c
186
static int quota2_list_check(uint64_t *, struct quota2_entry *, uint64_t,
sbin/fsck_ffs/quota2.c
189
quota2_list_check(uint64_t *offp, struct quota2_entry *q2e, uint64_t off,
sbin/fsck_ffs/quota2.c
241
struct quota2_entry *q2e;
sbin/fsck_ffs/quota2.c
422
static int quota2_list_qcheck(uint64_t *, struct quota2_entry *, uint64_t,
sbin/fsck_ffs/quota2.c
425
quota2_list_qcheck(uint64_t *offp, struct quota2_entry *q2e, uint64_t off,
sbin/fsck_ffs/quota2.c
81
struct quota2_entry *q2e;
sbin/newfs/mkfs.c
1195
struct quota2_entry *q2e;
sys/ufs/lfs/ulfs_quota2.c
1096
struct quota2_entry *q2ep, uint64_t off, void *v)
sys/ufs/lfs/ulfs_quota2.c
1124
int *hashsize_ret, struct quota2_entry *default_q2e_ret)
sys/ufs/lfs/ulfs_quota2.c
116
q2e_to_quotaval(struct quota2_entry *q2e, int def,
sys/ufs/lfs/ulfs_quota2.c
1222
const struct quota2_entry *default_q2e)
sys/ufs/lfs/ulfs_quota2.c
1227
struct quota2_entry q2e;
sys/ufs/lfs/ulfs_quota2.c
1281
struct quota2_entry default_q2e;
sys/ufs/lfs/ulfs_quota2.c
1505
dq2get_callback(struct ulfsmount *ump, uint64_t *offp, struct quota2_entry *q2e,
sys/ufs/lfs/ulfs_quota2.c
169
struct buf **bpp, struct quota2_entry **q2ep, int flags)
sys/ufs/lfs/ulfs_quota2.c
196
int (*func)(struct ulfsmount *, uint64_t *, struct quota2_entry *, uint64_t, void *))
sys/ufs/lfs/ulfs_quota2.c
203
struct quota2_entry *q2e;
sys/ufs/lfs/ulfs_quota2.c
298
struct quota2_entry *q2e;
sys/ufs/lfs/ulfs_quota2.c
370
struct quota2_entry **q2ep)
sys/ufs/lfs/ulfs_quota2.c
443
struct quota2_entry *q2e[ULFS_MAXQUOTAS];
sys/ufs/lfs/ulfs_quota2.c
584
struct quota2_entry q2e, *q2ep;
sys/ufs/lfs/ulfs_quota2.c
658
dq2clear_callback(struct ulfsmount *ump, uint64_t *offp, struct quota2_entry *q2e,
sys/ufs/lfs/ulfs_quota2.c
689
struct quota2_entry q2e, *q2ep;
sys/ufs/lfs/ulfs_quota2.c
70
struct quota2_entry **);
sys/ufs/lfs/ulfs_quota2.c
74
struct quota2_entry **, int);
sys/ufs/lfs/ulfs_quota2.c
77
int (*func)(struct ulfsmount *, uint64_t *, struct quota2_entry *,
sys/ufs/lfs/ulfs_quota2.c
792
struct quota2_entry *ret)
sys/ufs/lfs/ulfs_quota2.c
796
struct quota2_entry *q2ep;
sys/ufs/lfs/ulfs_quota2.c
832
struct quota2_entry *q2ep, q2e;
sys/ufs/lfs/ulfs_quota2.c
84
struct quota2_entry *q2e)
sys/ufs/lfs/ulfs_quota2.c
871
struct quota2_entry q2e;
sys/ufs/lfs/ulfs_quota2.h
102
#define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry))
sys/ufs/lfs/ulfs_quota2.h
104
((daddr_t)(idx) * sizeof(struct quota2_entry) + (hsize))
sys/ufs/lfs/ulfs_quota2.h
110
void lfsquota2_ulfs_rwq2e(const struct quota2_entry *, struct quota2_entry *, int);
sys/ufs/lfs/ulfs_quota2.h
90
struct quota2_entry q2h_defentry;
sys/ufs/lfs/ulfs_quota2_subr.c
103
lfsquota2_ulfs_rwq2e(const struct quota2_entry *s, struct quota2_entry *d,
sys/ufs/lfs/ulfs_quota2_subr.c
53
struct quota2_entry *q2e;
sys/ufs/ufs/quota2.h
100
#define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct quota2_entry))
sys/ufs/ufs/quota2.h
102
((daddr_t)(idx) * sizeof(struct quota2_entry) + (hsize))
sys/ufs/ufs/quota2.h
108
void quota2_ufs_rwq2e(const struct quota2_entry *, struct quota2_entry *, int);
sys/ufs/ufs/quota2.h
88
struct quota2_entry q2h_defentry;
sys/ufs/ufs/quota2_subr.c
101
quota2_ufs_rwq2e(const struct quota2_entry *s, struct quota2_entry *d,
sys/ufs/ufs/quota2_subr.c
50
struct quota2_entry *q2e;
sys/ufs/ufs/ufs_quota2.c
1103
struct quota2_entry *q2ep, uint64_t off, void *v)
sys/ufs/ufs/ufs_quota2.c
1130
int *hashsize_ret, struct quota2_entry *default_q2e_ret)
sys/ufs/ufs/ufs_quota2.c
114
q2e_to_quotaval(struct quota2_entry *q2e, int def,
sys/ufs/ufs/ufs_quota2.c
1227
const struct quota2_entry *default_q2e)
sys/ufs/ufs/ufs_quota2.c
1232
struct quota2_entry q2e;
sys/ufs/ufs/ufs_quota2.c
1286
struct quota2_entry default_q2e;
sys/ufs/ufs/ufs_quota2.c
1510
dq2get_callback(struct ufsmount *ump, uint64_t *offp, struct quota2_entry *q2e,
sys/ufs/ufs/ufs_quota2.c
167
struct buf **bpp, struct quota2_entry **q2ep, int flags)
sys/ufs/ufs/ufs_quota2.c
195
int (*func)(struct ufsmount *, uint64_t *, struct quota2_entry *, uint64_t,
sys/ufs/ufs/ufs_quota2.c
202
struct quota2_entry *q2e;
sys/ufs/ufs/ufs_quota2.c
296
struct quota2_entry *q2e;
sys/ufs/ufs/ufs_quota2.c
367
struct quota2_entry **q2ep)
sys/ufs/ufs/ufs_quota2.c
443
struct quota2_entry *q2e[MAXQUOTAS];
sys/ufs/ufs/ufs_quota2.c
583
struct quota2_entry q2e, *q2ep;
sys/ufs/ufs/ufs_quota2.c
664
struct quota2_entry *q2e,
sys/ufs/ufs/ufs_quota2.c
68
struct quota2_entry **);
sys/ufs/ufs/ufs_quota2.c
694
struct quota2_entry q2e, *q2ep;
sys/ufs/ufs/ufs_quota2.c
72
struct quota2_entry **, int);
sys/ufs/ufs/ufs_quota2.c
75
int (*func)(struct ufsmount *, uint64_t *, struct quota2_entry *,
sys/ufs/ufs/ufs_quota2.c
802
struct quota2_entry *ret)
sys/ufs/ufs/ufs_quota2.c
806
struct quota2_entry *q2ep;
sys/ufs/ufs/ufs_quota2.c
82
struct quota2_entry *q2e)
sys/ufs/ufs/ufs_quota2.c
841
struct quota2_entry *q2ep, q2e;
sys/ufs/ufs/ufs_quota2.c
879
struct quota2_entry q2e;