Home
last modified time | relevance | path

Searched refs:quotahandle (Results 1 – 17 of 17) sorted by relevance

/netbsd/lib/libquota/
H A Dquotapvt.h35 struct quotahandle { struct
47 struct quotahandle *qc_qh; argument
59 int __quota_kernel_getnumidtypes(struct quotahandle *);
61 int __quota_kernel_getnumobjtypes(struct quotahandle *);
77 int __quota_kernel_cursor_get(struct quotahandle *,
80 int __quota_kernel_cursor_getn(struct quotahandle *,
84 int __quota_kernel_cursor_atend(struct quotahandle *,
86 int __quota_kernel_cursor_rewind(struct quotahandle *,
108 __quota_oldfiles_cursor_create(struct quotahandle *);
112 int __quota_oldfiles_cursor_get(struct quotahandle *,
[all …]
H A Dquota_kernel.c60 __quota_kernel_getimplname(struct quotahandle *qh) in __quota_kernel_getimplname()
71 __quota_kernel_getrestrictions(struct quotahandle *qh) in __quota_kernel_getrestrictions()
83 __quota_kernel_getnumidtypes(struct quotahandle *qh) in __quota_kernel_getnumidtypes()
109 __quota_kernel_getnumobjtypes(struct quotahandle *qh) in __quota_kernel_getnumobjtypes()
229 __quota_kernel_cursor_create(struct quotahandle *qh) in __quota_kernel_cursor_create()
252 __quota_kernel_cursor_destroy(struct quotahandle *qh, in __quota_kernel_cursor_destroy()
267 __quota_kernel_cursor_skipidtype(struct quotahandle *qh, in __quota_kernel_cursor_skipidtype()
280 __quota_kernel_cursor_get(struct quotahandle *qh, in __quota_kernel_cursor_get()
294 __quota_kernel_cursor_getn(struct quotahandle *qh, in __quota_kernel_cursor_getn()
321 __quota_kernel_cursor_atend(struct quotahandle *qh, in __quota_kernel_cursor_atend()
[all …]
H A Dquota_schema.c48 quota_getimplname(struct quotahandle *qh) in quota_getimplname()
69 quota_getrestrictions(struct quotahandle *qh) in quota_getrestrictions()
92 quota_getnumidtypes(struct quotahandle *qh) in quota_getnumidtypes()
110 quota_idtype_getname(struct quotahandle *qh, int idtype) in quota_idtype_getname()
136 quota_getnumobjtypes(struct quotahandle *qh) in quota_getnumobjtypes()
151 quota_objtype_getname(struct quotahandle *qh, int objtype) in quota_objtype_getname()
175 quota_objtype_isbytes(struct quotahandle *qh, int objtype) in quota_objtype_isbytes()
H A Dquota_open.c44 struct quotahandle *
49 struct quotahandle *qh; in quota_open()
132 quota_getmountpoint(struct quotahandle *qh) in quota_getmountpoint()
138 quota_getmountdevice(struct quotahandle *qh) in quota_getmountdevice()
144 quota_close(struct quotahandle *qh) in quota_close()
158 quota_quotaon(struct quotahandle *qh, int idtype) in quota_quotaon()
176 quota_quotaoff(struct quotahandle *qh, int idtype) in quota_quotaoff()
H A Dquota_oldfiles.c251 __quota_oldfiles_defquotafile(struct quotahandle *qh, int idtype, in __quota_oldfiles_defquotafile()
262 __quota_oldfiles_getquotafile(struct quotahandle *qh, int idtype, in __quota_oldfiles_getquotafile()
378 __quota_oldfiles_initialize(struct quotahandle *qh) in __quota_oldfiles_initialize()
435 __quota_oldfiles_getimplname(struct quotahandle *qh) in __quota_oldfiles_getimplname()
441 __quota_oldfiles_quotaon(struct quotahandle *qh, int idtype) in __quota_oldfiles_quotaon()
480 __quota_oldfiles_doget(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_doget()
678 __quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_get()
685 __quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk, in __quota_oldfiles_put()
701 __quota_oldfiles_cursor_create(struct quotahandle *qh) in __quota_oldfiles_cursor_create()
780 __quota_oldfiles_cursor_get(struct quotahandle *qh, in __quota_oldfiles_cursor_get()
[all …]
H A Dquota_delete.c40 quota_delete(struct quotahandle *qh, const struct quotakey *qk) in quota_delete()
H A Dquota_put.c40 quota_put(struct quotahandle *qh, const struct quotakey *qk, in quota_put()
H A Dquota_get.c50 quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv) in quota_get()
H A Dquota_cursor.c41 quota_opencursor(struct quotahandle *qh) in quota_opencursor()
H A Dquota_nfs.c129 __quota_nfs_get(struct quotahandle *qh, const struct quotakey *qk, in __quota_nfs_get()
/netbsd/include/
H A Dquota.h38 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 *);
56 int quota_getnumobjtypes(struct quotahandle *);
60 int quota_quotaon(struct quotahandle *, int /*idtype*/);
[all …]
/netbsd/usr.sbin/quotaon/
H A Dquotaon.c72 static int quotaonoff(struct fstab *, struct quotahandle *, int, int, int,
81 struct quotahandle *qh; in main()
216 quotaonoff(struct fstab *fs, struct quotahandle *qh, int offmode, int idtype, in quotaonoff()
/netbsd/usr.sbin/quotarestore/
H A Dquotarestore.c152 maketables(struct quotahandle *qh) in maketables()
313 scankeys(struct quotahandle *qh, struct qklist *seenkeys, in scankeys()
348 purge(struct quotahandle *qh, struct qklist *dropkeys) in purge()
363 readdumpfile(struct quotahandle *qh, FILE *f, const char *path, in readdumpfile()
515 struct quotahandle *qh; in main()
/netbsd/usr.sbin/repquota/
H A Drepquota.c114 static int repquota(struct quotahandle *, int);
116 static void printquotas(int, struct quotahandle *);
129 struct quotahandle *qh; in main()
226 repquota(struct quotahandle *qh, int idtype) in repquota()
277 printquotas(int idtype, struct quotahandle *qh) in printquotas()
/netbsd/usr.sbin/edquota/
H A Dedquota.c407 dogetprivs2(struct quotahandle *qh, int idtype, id_t id, int defaultq, in dogetprivs2()
447 struct quotahandle *qh; in getprivs2()
509 struct quotahandle *qh; in putprivs2()
636 struct quotahandle *qh; in clearpriv()
/netbsd/libexec/rpc.rquotad/
H A Drquotad.c216 struct quotahandle *qh; in sendquota()
/netbsd/usr.bin/quota/
H A Dquota.c83 struct quotahandle *qh;