OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quotahandle
(Results
1 - 17
of
17
) sorted by relevancy
/src/include/
quota.h
38
struct
quotahandle
; /* Opaque. */
44
struct
quotahandle
*quota_open(const char *);
45
void quota_close(struct
quotahandle
*);
47
const char *quota_getmountpoint(struct
quotahandle
*);
48
const char *quota_getmountdevice(struct
quotahandle
*);
50
const char *quota_getimplname(struct
quotahandle
*);
51
unsigned quota_getrestrictions(struct
quotahandle
*);
53
int quota_getnumidtypes(struct
quotahandle
*);
54
const char *quota_idtype_getname(struct
quotahandle
*, int /*idtype*/);
56
int quota_getnumobjtypes(struct
quotahandle
*);
[
all
...]
/src/lib/libquota/
quotapvt.h
35
struct
quotahandle
{
struct
47
struct
quotahandle
*qc_qh;
57
const char *__quota_kernel_getimplname(struct
quotahandle
*);
58
unsigned __quota_kernel_getrestrictions(struct
quotahandle
*);
59
int __quota_kernel_getnumidtypes(struct
quotahandle
*);
60
const char *__quota_kernel_idtype_getname(struct
quotahandle
*, int idtype);
61
int __quota_kernel_getnumobjtypes(struct
quotahandle
*);
62
const char *__quota_kernel_objtype_getname(struct
quotahandle
*, int objtype);
63
int __quota_kernel_objtype_isbytes(struct
quotahandle
*, int objtype);
64
int __quota_kernel_quotaon(struct
quotahandle
*, int idtype)
[
all
...]
quota_schema.c
48
quota_getimplname(struct
quotahandle
*qh)
69
quota_getrestrictions(struct
quotahandle
*qh)
92
quota_getnumidtypes(struct
quotahandle
*qh)
110
quota_idtype_getname(struct
quotahandle
*qh, int idtype)
136
quota_getnumobjtypes(struct
quotahandle
*qh)
151
quota_objtype_getname(struct
quotahandle
*qh, int objtype)
175
quota_objtype_isbytes(struct
quotahandle
*qh, int objtype)
quota_kernel.c
50
__quota_kernel_stat(struct
quotahandle
*qh, struct quotastat *stat)
60
__quota_kernel_getimplname(struct
quotahandle
*qh)
71
__quota_kernel_getrestrictions(struct
quotahandle
*qh)
83
__quota_kernel_getnumidtypes(struct
quotahandle
*qh)
94
__quota_kernel_idtype_getname(struct
quotahandle
*qh, int idtype)
109
__quota_kernel_getnumobjtypes(struct
quotahandle
*qh)
120
__quota_kernel_objtype_getname(struct
quotahandle
*qh, int objtype)
135
__quota_kernel_objtype_isbytes(struct
quotahandle
*qh, int objtype)
150
__quota_kernel_quotaon(struct
quotahandle
*qh, int idtype)
185
__quota_kernel_quotaoff(struct
quotahandle
*qh, int idtype
[
all
...]
quota_delete.c
40
quota_delete(struct
quotahandle
*qh, const struct quotakey *qk)
quota_put.c
40
quota_put(struct
quotahandle
*qh, const struct quotakey *qk,
quota_open.c
44
struct
quotahandle
*
49
struct
quotahandle
*qh;
132
quota_getmountpoint(struct
quotahandle
*qh)
138
quota_getmountdevice(struct
quotahandle
*qh)
144
quota_close(struct
quotahandle
*qh)
158
quota_quotaon(struct
quotahandle
*qh, int idtype)
176
quota_quotaoff(struct
quotahandle
*qh, int idtype)
quota_get.c
50
quota_get(struct
quotahandle
*qh, const struct quotakey *qk, struct quotaval *qv)
quota_oldfiles.c
251
__quota_oldfiles_defquotafile(struct
quotahandle
*qh, int idtype,
262
__quota_oldfiles_getquotafile(struct
quotahandle
*qh, int idtype,
362
__quota_oldfiles_open(struct
quotahandle
*qh, const char *path, int *fd_ret)
378
__quota_oldfiles_initialize(struct
quotahandle
*qh)
435
__quota_oldfiles_getimplname(struct
quotahandle
*qh)
441
__quota_oldfiles_quotaon(struct
quotahandle
*qh, int idtype)
480
__quota_oldfiles_doget(struct
quotahandle
*qh, const struct quotakey *qk,
566
__quota_oldfiles_doput(struct
quotahandle
*qh, const struct quotakey *qk,
678
__quota_oldfiles_get(struct
quotahandle
*qh, const struct quotakey *qk,
685
__quota_oldfiles_put(struct
quotahandle
*qh, const struct quotakey *qk
[
all
...]
quota_cursor.c
41
quota_opencursor(struct
quotahandle
*qh)
quota_nfs.c
129
__quota_nfs_get(struct
quotahandle
*qh, const struct quotakey *qk,
/src/usr.sbin/quotaon/
quotaon.c
72
static int quotaonoff(struct fstab *, struct
quotahandle
*, int, int, int,
81
struct
quotahandle
*qh;
216
quotaonoff(struct fstab *fs, struct
quotahandle
*qh, int offmode, int idtype,
/src/usr.sbin/quotarestore/
quotarestore.c
152
maketables(struct
quotahandle
*qh)
313
scankeys(struct
quotahandle
*qh, struct qklist *seenkeys,
348
purge(struct
quotahandle
*qh, struct qklist *dropkeys)
363
readdumpfile(struct
quotahandle
*qh, FILE *f, const char *path,
515
struct
quotahandle
*qh;
/src/usr.sbin/repquota/
repquota.c
103
* quota_idtype_getname(), but that needs a
quotahandle
and requires
114
static int repquota(struct
quotahandle
*, int);
116
static void printquotas(int, struct
quotahandle
*);
129
struct
quotahandle
*qh;
226
repquota(struct
quotahandle
*qh, int idtype)
277
printquotas(int idtype, struct
quotahandle
*qh)
/src/libexec/rpc.rquotad/
rquotad.c
216
struct
quotahandle
*qh;
/src/usr.sbin/edquota/
edquota.c
407
dogetprivs2(struct
quotahandle
*qh, int idtype, id_t id, int defaultq,
447
struct
quotahandle
*qh;
509
struct
quotahandle
*qh;
636
struct
quotahandle
*qh;
/src/usr.bin/quota/
quota.c
83
struct
quotahandle
*qh;
Completed in 19 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025