Symbol: quotaval
include/quota.h
42
void quotaval_clear(struct quotaval *);
include/quota.h
64
struct quotaval *);
include/quota.h
67
const struct quotaval *);
include/quota.h
77
struct quotaval *);
include/quota.h
80
struct quotaval *, unsigned /*maxnum*/);
lib/libquota/quota_cursor.c
137
struct quotakey *qk_ret, struct quotaval *qv_ret)
lib/libquota/quota_cursor.c
154
struct quotakey *keys, struct quotaval *vals,
lib/libquota/quota_get.c
40
quotaval_clear(struct quotaval *qv)
lib/libquota/quota_get.c
50
quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv)
lib/libquota/quota_kernel.c
196
struct quotaval *qv)
lib/libquota/quota_kernel.c
208
const struct quotaval *qv)
lib/libquota/quota_kernel.c
282
struct quotakey *key, struct quotaval *val)
lib/libquota/quota_kernel.c
296
struct quotakey *keys, struct quotaval *vals,
lib/libquota/quota_nfs.c
130
struct quotaval *qv)
lib/libquota/quota_nfs.c
135
struct quotaval blocks, inodes;
lib/libquota/quota_nfs.c
74
struct quotaval *blocks, struct quotaval *files)
lib/libquota/quota_oldfiles.c
322
dqblk_getblocks(const struct dqblk *dq, struct quotaval *qv)
lib/libquota/quota_oldfiles.c
332
dqblk_getfiles(const struct dqblk *dq, struct quotaval *qv)
lib/libquota/quota_oldfiles.c
342
dqblk_putblocks(const struct quotaval *qv, struct dqblk *dq)
lib/libquota/quota_oldfiles.c
352
dqblk_putfiles(const struct quotaval *qv, struct dqblk *dq)
lib/libquota/quota_oldfiles.c
481
struct quotaval *qv, int *isallzero)
lib/libquota/quota_oldfiles.c
567
const struct quotaval *qv)
lib/libquota/quota_oldfiles.c
571
struct quotaval qv2;
lib/libquota/quota_oldfiles.c
679
struct quotaval *qv)
lib/libquota/quota_oldfiles.c
686
const struct quotaval *qv)
lib/libquota/quota_oldfiles.c
694
struct quotaval qv;
lib/libquota/quota_oldfiles.c
782
struct quotakey *key, struct quotaval *val)
lib/libquota/quota_oldfiles.c
872
struct quotakey *keys, struct quotaval *vals,
lib/libquota/quota_put.c
41
const struct quotaval *qv)
lib/libquota/quotapvt.h
103
struct quotaval *qv);
lib/libquota/quotapvt.h
105
const struct quotaval *qv);
lib/libquota/quotapvt.h
114
struct quotakey *, struct quotaval *);
lib/libquota/quotapvt.h
117
struct quotakey *, struct quotaval *,
lib/libquota/quotapvt.h
124
int __quota_getquota(const char *path, struct quotaval *qv, uid_t id,
lib/libquota/quotapvt.h
67
struct quotaval *qv);
lib/libquota/quotapvt.h
69
const struct quotaval *qv);
lib/libquota/quotapvt.h
79
struct quotakey *, struct quotaval *);
lib/libquota/quotapvt.h
82
struct quotakey *, struct quotaval *,
lib/libquota/quotapvt.h
91
struct quotaval *qv);
libexec/rpc.rquotad/rquotad.c
187
quotavals_to_rquota(const struct quotaval *blocks,
libexec/rpc.rquotad/rquotad.c
188
const struct quotaval *files,
libexec/rpc.rquotad/rquotad.c
218
struct quotaval blocks, files;
sys/compat/common/compat_50_quota.c
74
struct quotaval blocks, files;
sys/kern/vfs_quotactl.c
139
struct quotakey *keys, struct quotaval *vals, unsigned maxnum,
sys/kern/vfs_quotactl.c
73
struct quotaval *val)
sys/kern/vfs_quotactl.c
85
const struct quotaval *val)
sys/kern/vfs_syscalls.c
1022
struct quotakey *keys_u, struct quotaval *vals_u, unsigned maxnum,
sys/kern/vfs_syscalls.c
1028
struct quotaval stackvals[CGET_STACK_MAX];
sys/kern/vfs_syscalls.c
1030
struct quotaval *vals_k;
sys/kern/vfs_syscalls.c
912
struct quotaval *val_u)
sys/kern/vfs_syscalls.c
915
struct quotaval val_k;
sys/kern/vfs_syscalls.c
936
const struct quotaval *val_u)
sys/kern/vfs_syscalls.c
939
struct quotaval val_k;
sys/sys/mount.h
180
struct quotaval; /* in sys/quota.h */
sys/sys/mount.h
411
struct quotaval *);
sys/sys/mount.h
413
const struct quotaval *);
sys/sys/mount.h
420
struct quotakey *, struct quotaval *, unsigned, unsigned *);
sys/sys/quotactl.h
113
struct quotaval *qc_val;
sys/sys/quotactl.h
117
const struct quotaval *qc_val;
sys/sys/quotactl.h
135
struct quotaval *qc_vals;
sys/ufs/lfs/ulfs_quota.c
368
struct quotaval *qv = args->u.get.qc_val;
sys/ufs/lfs/ulfs_quota.c
374
struct quotaval *qv = args->u.get.qc_val;
sys/ufs/lfs/ulfs_quota.c
416
const struct quotaval *qv = args->u.put.qc_val;
sys/ufs/lfs/ulfs_quota.c
422
const struct quotaval *qv = args->u.put.qc_val;
sys/ufs/lfs/ulfs_quota.c
501
struct quotaval *vals = args->u.cursorget.qc_vals;
sys/ufs/lfs/ulfs_quota.h
121
struct quotaval *);
sys/ufs/lfs/ulfs_quota.h
123
const struct quotaval *);
sys/ufs/lfs/ulfs_quota.h
131
struct quotaval *);
sys/ufs/lfs/ulfs_quota.h
133
const struct quotaval *);
sys/ufs/lfs/ulfs_quota.h
136
struct quotakey *, struct quotaval *, unsigned, unsigned *);
sys/ufs/lfs/ulfs_quota1.c
475
struct quotaval *qv)
sys/ufs/lfs/ulfs_quota1.c
479
struct quotaval blocks, files;
sys/ufs/lfs/ulfs_quota1.c
535
const struct quotaval *val)
sys/ufs/lfs/ulfs_quota1.h
101
struct quotaval *, struct quotaval *);
sys/ufs/lfs/ulfs_quota1.h
102
void lfs_quotavals_to_dqblk(const struct quotaval *, const struct quotaval *,
sys/ufs/lfs/ulfs_quota1_subr.c
59
struct quotaval *blocks, struct quotaval *files)
sys/ufs/lfs/ulfs_quota1_subr.c
75
lfs_quotavals_to_dqblk(const struct quotaval *blocks, const struct quotaval *files,
sys/ufs/lfs/ulfs_quota2.c
1011
struct quotaval *vals, unsigned maxkeyvals, int blocks_done)
sys/ufs/lfs/ulfs_quota2.c
102
q2val_to_quotaval(struct quota2_val *q2v, struct quotaval *qv)
sys/ufs/lfs/ulfs_quota2.c
117
id_t *id, int objtype, struct quotaval *ret)
sys/ufs/lfs/ulfs_quota2.c
1274
struct quotakey *keys, struct quotaval *vals, unsigned maxreturn,
sys/ufs/lfs/ulfs_quota2.c
579
const struct quotaval *val)
sys/ufs/lfs/ulfs_quota2.c
828
struct quotaval *ret)
sys/ufs/lfs/ulfs_quota2.c
83
quota2_dict_update_q2e_limits(int objtype, const struct quotaval *val,
sys/ufs/lfs/ulfs_quota2.c
867
struct quotaval *qv)
sys/ufs/lfs/ulfs_quota2.c
936
struct quotaval *vals;
sys/ufs/ufs/quota1.h
100
struct quotaval *, struct quotaval *);
sys/ufs/ufs/quota1.h
101
void quotavals_to_dqblk(const struct quotaval *, const struct quotaval *,
sys/ufs/ufs/quota1_subr.c
59
struct quotaval *blocks, struct quotaval *files)
sys/ufs/ufs/quota1_subr.c
75
quotavals_to_dqblk(const struct quotaval *blocks, const struct quotaval *files,
sys/ufs/ufs/ufs_quota.c
355
struct quotaval *qv;
sys/ufs/ufs/ufs_quota.c
391
const struct quotaval *qv;
sys/ufs/ufs/ufs_quota.c
497
struct quotaval *vals = args->u.cursorget.qc_vals;
sys/ufs/ufs/ufs_quota.h
120
struct quotaval *);
sys/ufs/ufs/ufs_quota.h
122
const struct quotaval *);
sys/ufs/ufs/ufs_quota.h
130
struct quotaval *);
sys/ufs/ufs/ufs_quota.h
132
const struct quotaval *);
sys/ufs/ufs/ufs_quota.h
135
struct quotakey *, struct quotaval *, unsigned, unsigned *);
sys/ufs/ufs/ufs_quota1.c
488
struct quotaval *qv)
sys/ufs/ufs/ufs_quota1.c
492
struct quotaval blocks, files;
sys/ufs/ufs/ufs_quota1.c
548
const struct quotaval *val)
sys/ufs/ufs/ufs_quota2.c
100
q2val_to_quotaval(struct quota2_val *q2v, struct quotaval *qv)
sys/ufs/ufs/ufs_quota2.c
1018
struct quotaval *vals, unsigned maxkeyvals, int blocks_done)
sys/ufs/ufs/ufs_quota2.c
115
id_t *id, int objtype, struct quotaval *ret)
sys/ufs/ufs/ufs_quota2.c
1279
struct quotakey *keys, struct quotaval *vals, unsigned maxreturn,
sys/ufs/ufs/ufs_quota2.c
578
const struct quotaval *val)
sys/ufs/ufs/ufs_quota2.c
81
quota2_dict_update_q2e_limits(int objtype, const struct quotaval *val,
sys/ufs/ufs/ufs_quota2.c
837
struct quotaval *ret)
sys/ufs/ufs/ufs_quota2.c
875
struct quotaval *qv)
sys/ufs/ufs/ufs_quota2.c
943
struct quotaval *vals;
usr.bin/quota/quota.c
100
static int unlimited(struct quotaval *qvs, unsigned numqvs);
usr.bin/quota/quota.c
342
struct quotaval *qvs;
usr.bin/quota/quota.c
437
printqv(struct quotaval *qv, int isbytes, time_t now)
usr.bin/quota/quota.c
541
unlimited(struct quotaval *qvs, unsigned numqvs)
usr.bin/quota/quota.c
555
anyusage(struct quotaval *qvs, unsigned numqvs)
usr.bin/quota/quota.c
568
anyover(struct quotaval *qvs, unsigned numqvs, time_t now)
usr.bin/quota/quota.c
581
isover(struct quotaval *qv, time_t now)
usr.bin/quota/quota.c
588
getovermsg(struct quotaval *qv, const char *what, time_t now)
usr.bin/quota/quota.c
80
struct quotaval *qvs;
usr.bin/quota/quota.c
86
static int anyusage(struct quotaval *, unsigned);
usr.bin/quota/quota.c
87
static int anyover(struct quotaval *, unsigned, time_t);
usr.bin/quota/quota.c
88
static const char *getovermsg(struct quotaval *, const char *, time_t);
usr.bin/quota/quota.c
91
static int isover(struct quotaval *qv, time_t now);
usr.bin/quota/quota.c
92
static void printqv(struct quotaval *, int, time_t);
usr.sbin/edquota/edquota.c
105
struct quotaval qv[EDQUOTA_NUMOBJTYPES];
usr.sbin/edquota/edquota.c
1201
struct quotaval *q = lqup->qv;
usr.sbin/edquota/edquota.c
794
struct quotaval *q = qup->qv;
usr.sbin/edquota/edquota.c
853
struct quotaval *qv;
usr.sbin/quotarestore/quotarestore.c
319
struct quotaval vals[MAX];
usr.sbin/quotarestore/quotarestore.c
374
struct quotaval val;
usr.sbin/repquota/repquota.c
119
static int isover(struct quotaval *qv, time_t now);
usr.sbin/repquota/repquota.c
230
struct quotaval qv;
usr.sbin/repquota/repquota.c
231
struct quotaval *qvp;
usr.sbin/repquota/repquota.c
283
struct quotaval *q;
usr.sbin/repquota/repquota.c
390
exportquotaval(const struct quotaval *qv)
usr.sbin/repquota/repquota.c
569
isover(struct quotaval *qv, time_t now)
usr.sbin/repquota/repquota.c
80
struct quotaval fu_qv[REPQUOTA_NUMOBJTYPES];
usr.sbin/repquota/repquota.c
94
static struct quotaval defaultqv[REPQUOTA_NUMIDTYPES][REPQUOTA_NUMOBJTYPES];