Symbol: quotahandle
include/quota.h
38
struct quotahandle; /* Opaque. */
include/quota.h
44
struct quotahandle *quota_open(const char *);
include/quota.h
45
void quota_close(struct quotahandle *);
include/quota.h
47
const char *quota_getmountpoint(struct quotahandle *);
include/quota.h
48
const char *quota_getmountdevice(struct quotahandle *);
include/quota.h
50
const char *quota_getimplname(struct quotahandle *);
include/quota.h
51
unsigned quota_getrestrictions(struct quotahandle *);
include/quota.h
53
int quota_getnumidtypes(struct quotahandle *);
include/quota.h
54
const char *quota_idtype_getname(struct quotahandle *, int /*idtype*/);
include/quota.h
56
int quota_getnumobjtypes(struct quotahandle *);
include/quota.h
57
const char *quota_objtype_getname(struct quotahandle *, int /*objtype*/);
include/quota.h
58
int quota_objtype_isbytes(struct quotahandle *, int /*objtype*/);
include/quota.h
60
int quota_quotaon(struct quotahandle *, int /*idtype*/);
include/quota.h
61
int quota_quotaoff(struct quotahandle *, int /*idtype*/);
include/quota.h
63
int quota_get(struct quotahandle *, const struct quotakey *,
include/quota.h
66
int quota_put(struct quotahandle *, const struct quotakey *,
include/quota.h
69
int quota_delete(struct quotahandle *, const struct quotakey *);
include/quota.h
71
struct quotacursor *quota_opencursor(struct quotahandle *);
lib/libquota/quota_cursor.c
41
quota_opencursor(struct quotahandle *qh)
lib/libquota/quota_delete.c
40
quota_delete(struct quotahandle *qh, const struct quotakey *qk)
lib/libquota/quota_get.c
50
quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv)
lib/libquota/quota_kernel.c
109
__quota_kernel_getnumobjtypes(struct quotahandle *qh)
lib/libquota/quota_kernel.c
120
__quota_kernel_objtype_getname(struct quotahandle *qh, int objtype)
lib/libquota/quota_kernel.c
135
__quota_kernel_objtype_isbytes(struct quotahandle *qh, int objtype)
lib/libquota/quota_kernel.c
150
__quota_kernel_quotaon(struct quotahandle *qh, int idtype)
lib/libquota/quota_kernel.c
185
__quota_kernel_quotaoff(struct quotahandle *qh, int idtype)
lib/libquota/quota_kernel.c
195
__quota_kernel_get(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_kernel.c
207
__quota_kernel_put(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_kernel.c
219
__quota_kernel_delete(struct quotahandle *qh, const struct quotakey *qk)
lib/libquota/quota_kernel.c
229
__quota_kernel_cursor_create(struct quotahandle *qh)
lib/libquota/quota_kernel.c
252
__quota_kernel_cursor_destroy(struct quotahandle *qh,
lib/libquota/quota_kernel.c
267
__quota_kernel_cursor_skipidtype(struct quotahandle *qh,
lib/libquota/quota_kernel.c
280
__quota_kernel_cursor_get(struct quotahandle *qh,
lib/libquota/quota_kernel.c
294
__quota_kernel_cursor_getn(struct quotahandle *qh,
lib/libquota/quota_kernel.c
321
__quota_kernel_cursor_atend(struct quotahandle *qh,
lib/libquota/quota_kernel.c
343
__quota_kernel_cursor_rewind(struct quotahandle *qh,
lib/libquota/quota_kernel.c
50
__quota_kernel_stat(struct quotahandle *qh, struct quotastat *stat)
lib/libquota/quota_kernel.c
60
__quota_kernel_getimplname(struct quotahandle *qh)
lib/libquota/quota_kernel.c
71
__quota_kernel_getrestrictions(struct quotahandle *qh)
lib/libquota/quota_kernel.c
83
__quota_kernel_getnumidtypes(struct quotahandle *qh)
lib/libquota/quota_kernel.c
94
__quota_kernel_idtype_getname(struct quotahandle *qh, int idtype)
lib/libquota/quota_nfs.c
129
__quota_nfs_get(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_oldfiles.c
251
__quota_oldfiles_defquotafile(struct quotahandle *qh, int idtype,
lib/libquota/quota_oldfiles.c
262
__quota_oldfiles_getquotafile(struct quotahandle *qh, int idtype,
lib/libquota/quota_oldfiles.c
362
__quota_oldfiles_open(struct quotahandle *qh, const char *path, int *fd_ret)
lib/libquota/quota_oldfiles.c
378
__quota_oldfiles_initialize(struct quotahandle *qh)
lib/libquota/quota_oldfiles.c
435
__quota_oldfiles_getimplname(struct quotahandle *qh)
lib/libquota/quota_oldfiles.c
441
__quota_oldfiles_quotaon(struct quotahandle *qh, int idtype)
lib/libquota/quota_oldfiles.c
480
__quota_oldfiles_doget(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_oldfiles.c
566
__quota_oldfiles_doput(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_oldfiles.c
678
__quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_oldfiles.c
685
__quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_oldfiles.c
692
__quota_oldfiles_delete(struct quotahandle *qh, const struct quotakey *qk)
lib/libquota/quota_oldfiles.c
701
__quota_oldfiles_cursor_create(struct quotahandle *qh)
lib/libquota/quota_oldfiles.c
780
__quota_oldfiles_cursor_get(struct quotahandle *qh,
lib/libquota/quota_oldfiles.c
870
__quota_oldfiles_cursor_getn(struct quotahandle *qh,
lib/libquota/quota_open.c
132
quota_getmountpoint(struct quotahandle *qh)
lib/libquota/quota_open.c
138
quota_getmountdevice(struct quotahandle *qh)
lib/libquota/quota_open.c
144
quota_close(struct quotahandle *qh)
lib/libquota/quota_open.c
158
quota_quotaon(struct quotahandle *qh, int idtype)
lib/libquota/quota_open.c
176
quota_quotaoff(struct quotahandle *qh, int idtype)
lib/libquota/quota_open.c
44
struct quotahandle *
lib/libquota/quota_open.c
49
struct quotahandle *qh;
lib/libquota/quota_put.c
40
quota_put(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quota_schema.c
110
quota_idtype_getname(struct quotahandle *qh, int idtype)
lib/libquota/quota_schema.c
136
quota_getnumobjtypes(struct quotahandle *qh)
lib/libquota/quota_schema.c
151
quota_objtype_getname(struct quotahandle *qh, int objtype)
lib/libquota/quota_schema.c
175
quota_objtype_isbytes(struct quotahandle *qh, int objtype)
lib/libquota/quota_schema.c
48
quota_getimplname(struct quotahandle *qh)
lib/libquota/quota_schema.c
69
quota_getrestrictions(struct quotahandle *qh)
lib/libquota/quota_schema.c
92
quota_getnumidtypes(struct quotahandle *qh)
lib/libquota/quotapvt.h
101
int __quota_oldfiles_quotaon(struct quotahandle *, int idtype);
lib/libquota/quotapvt.h
102
int __quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quotapvt.h
104
int __quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quotapvt.h
106
int __quota_oldfiles_delete(struct quotahandle *qh, const struct quotakey *qk);
lib/libquota/quotapvt.h
108
__quota_oldfiles_cursor_create(struct quotahandle *);
lib/libquota/quotapvt.h
112
int __quota_oldfiles_cursor_get(struct quotahandle *,
lib/libquota/quotapvt.h
115
int __quota_oldfiles_cursor_getn(struct quotahandle *,
lib/libquota/quotapvt.h
47
struct quotahandle *qc_qh;
lib/libquota/quotapvt.h
57
const char *__quota_kernel_getimplname(struct quotahandle *);
lib/libquota/quotapvt.h
58
unsigned __quota_kernel_getrestrictions(struct quotahandle *);
lib/libquota/quotapvt.h
59
int __quota_kernel_getnumidtypes(struct quotahandle *);
lib/libquota/quotapvt.h
60
const char *__quota_kernel_idtype_getname(struct quotahandle *, int idtype);
lib/libquota/quotapvt.h
61
int __quota_kernel_getnumobjtypes(struct quotahandle *);
lib/libquota/quotapvt.h
62
const char *__quota_kernel_objtype_getname(struct quotahandle *, int objtype);
lib/libquota/quotapvt.h
63
int __quota_kernel_objtype_isbytes(struct quotahandle *, int objtype);
lib/libquota/quotapvt.h
64
int __quota_kernel_quotaon(struct quotahandle *, int idtype);
lib/libquota/quotapvt.h
65
int __quota_kernel_quotaoff(struct quotahandle *, int idtype);
lib/libquota/quotapvt.h
66
int __quota_kernel_get(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quotapvt.h
68
int __quota_kernel_put(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quotapvt.h
70
int __quota_kernel_delete(struct quotahandle *qh, const struct quotakey *qk);
lib/libquota/quotapvt.h
71
struct kernel_quotacursor *__quota_kernel_cursor_create(struct quotahandle *);
lib/libquota/quotapvt.h
72
void __quota_kernel_cursor_destroy(struct quotahandle *,
lib/libquota/quotapvt.h
74
int __quota_kernel_cursor_skipidtype(struct quotahandle *,
lib/libquota/quotapvt.h
77
int __quota_kernel_cursor_get(struct quotahandle *,
lib/libquota/quotapvt.h
80
int __quota_kernel_cursor_getn(struct quotahandle *,
lib/libquota/quotapvt.h
84
int __quota_kernel_cursor_atend(struct quotahandle *,
lib/libquota/quotapvt.h
86
int __quota_kernel_cursor_rewind(struct quotahandle *,
lib/libquota/quotapvt.h
90
int __quota_nfs_get(struct quotahandle *qh, const struct quotakey *qk,
lib/libquota/quotapvt.h
97
int __quota_oldfiles_initialize(struct quotahandle *qh);
lib/libquota/quotapvt.h
98
const char *__quota_oldfiles_getimplname(struct quotahandle *);
lib/libquota/quotapvt.h
99
const char *__quota_oldfiles_getquotafile(struct quotahandle *, int idtype,
libexec/rpc.rquotad/rquotad.c
216
struct quotahandle *qh;
usr.bin/quota/quota.c
83
struct quotahandle *qh;
usr.sbin/edquota/edquota.c
407
dogetprivs2(struct quotahandle *qh, int idtype, id_t id, int defaultq,
usr.sbin/edquota/edquota.c
447
struct quotahandle *qh;
usr.sbin/edquota/edquota.c
509
struct quotahandle *qh;
usr.sbin/edquota/edquota.c
636
struct quotahandle *qh;
usr.sbin/quotaon/quotaon.c
216
quotaonoff(struct fstab *fs, struct quotahandle *qh, int offmode, int idtype,
usr.sbin/quotaon/quotaon.c
72
static int quotaonoff(struct fstab *, struct quotahandle *, int, int, int,
usr.sbin/quotaon/quotaon.c
81
struct quotahandle *qh;
usr.sbin/quotarestore/quotarestore.c
152
maketables(struct quotahandle *qh)
usr.sbin/quotarestore/quotarestore.c
313
scankeys(struct quotahandle *qh, struct qklist *seenkeys,
usr.sbin/quotarestore/quotarestore.c
348
purge(struct quotahandle *qh, struct qklist *dropkeys)
usr.sbin/quotarestore/quotarestore.c
363
readdumpfile(struct quotahandle *qh, FILE *f, const char *path,
usr.sbin/quotarestore/quotarestore.c
515
struct quotahandle *qh;
usr.sbin/repquota/repquota.c
114
static int repquota(struct quotahandle *, int);
usr.sbin/repquota/repquota.c
116
static void printquotas(int, struct quotahandle *);
usr.sbin/repquota/repquota.c
129
struct quotahandle *qh;
usr.sbin/repquota/repquota.c
226
repquota(struct quotahandle *qh, int idtype)
usr.sbin/repquota/repquota.c
277
printquotas(int idtype, struct quotahandle *qh)