quotahandle
struct quotahandle; /* Opaque. */
struct quotahandle *quota_open(const char *);
void quota_close(struct quotahandle *);
const char *quota_getmountpoint(struct quotahandle *);
const char *quota_getmountdevice(struct quotahandle *);
const char *quota_getimplname(struct quotahandle *);
unsigned quota_getrestrictions(struct quotahandle *);
int quota_getnumidtypes(struct quotahandle *);
const char *quota_idtype_getname(struct quotahandle *, int /*idtype*/);
int quota_getnumobjtypes(struct quotahandle *);
const char *quota_objtype_getname(struct quotahandle *, int /*objtype*/);
int quota_objtype_isbytes(struct quotahandle *, int /*objtype*/);
int quota_quotaon(struct quotahandle *, int /*idtype*/);
int quota_quotaoff(struct quotahandle *, int /*idtype*/);
int quota_get(struct quotahandle *, const struct quotakey *,
int quota_put(struct quotahandle *, const struct quotakey *,
int quota_delete(struct quotahandle *, const struct quotakey *);
struct quotacursor *quota_opencursor(struct quotahandle *);
quota_opencursor(struct quotahandle *qh)
quota_delete(struct quotahandle *qh, const struct quotakey *qk)
quota_get(struct quotahandle *qh, const struct quotakey *qk, struct quotaval *qv)
__quota_kernel_getnumobjtypes(struct quotahandle *qh)
__quota_kernel_objtype_getname(struct quotahandle *qh, int objtype)
__quota_kernel_objtype_isbytes(struct quotahandle *qh, int objtype)
__quota_kernel_quotaon(struct quotahandle *qh, int idtype)
__quota_kernel_quotaoff(struct quotahandle *qh, int idtype)
__quota_kernel_get(struct quotahandle *qh, const struct quotakey *qk,
__quota_kernel_put(struct quotahandle *qh, const struct quotakey *qk,
__quota_kernel_delete(struct quotahandle *qh, const struct quotakey *qk)
__quota_kernel_cursor_create(struct quotahandle *qh)
__quota_kernel_cursor_destroy(struct quotahandle *qh,
__quota_kernel_cursor_skipidtype(struct quotahandle *qh,
__quota_kernel_cursor_get(struct quotahandle *qh,
__quota_kernel_cursor_getn(struct quotahandle *qh,
__quota_kernel_cursor_atend(struct quotahandle *qh,
__quota_kernel_cursor_rewind(struct quotahandle *qh,
__quota_kernel_stat(struct quotahandle *qh, struct quotastat *stat)
__quota_kernel_getimplname(struct quotahandle *qh)
__quota_kernel_getrestrictions(struct quotahandle *qh)
__quota_kernel_getnumidtypes(struct quotahandle *qh)
__quota_kernel_idtype_getname(struct quotahandle *qh, int idtype)
__quota_nfs_get(struct quotahandle *qh, const struct quotakey *qk,
__quota_oldfiles_defquotafile(struct quotahandle *qh, int idtype,
__quota_oldfiles_getquotafile(struct quotahandle *qh, int idtype,
__quota_oldfiles_open(struct quotahandle *qh, const char *path, int *fd_ret)
__quota_oldfiles_initialize(struct quotahandle *qh)
__quota_oldfiles_getimplname(struct quotahandle *qh)
__quota_oldfiles_quotaon(struct quotahandle *qh, int idtype)
__quota_oldfiles_doget(struct quotahandle *qh, const struct quotakey *qk,
__quota_oldfiles_doput(struct quotahandle *qh, const struct quotakey *qk,
__quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk,
__quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk,
__quota_oldfiles_delete(struct quotahandle *qh, const struct quotakey *qk)
__quota_oldfiles_cursor_create(struct quotahandle *qh)
__quota_oldfiles_cursor_get(struct quotahandle *qh,
__quota_oldfiles_cursor_getn(struct quotahandle *qh,
quota_getmountpoint(struct quotahandle *qh)
quota_getmountdevice(struct quotahandle *qh)
quota_close(struct quotahandle *qh)
quota_quotaon(struct quotahandle *qh, int idtype)
quota_quotaoff(struct quotahandle *qh, int idtype)
struct quotahandle *
struct quotahandle *qh;
quota_put(struct quotahandle *qh, const struct quotakey *qk,
quota_idtype_getname(struct quotahandle *qh, int idtype)
quota_getnumobjtypes(struct quotahandle *qh)
quota_objtype_getname(struct quotahandle *qh, int objtype)
quota_objtype_isbytes(struct quotahandle *qh, int objtype)
quota_getimplname(struct quotahandle *qh)
quota_getrestrictions(struct quotahandle *qh)
quota_getnumidtypes(struct quotahandle *qh)
int __quota_oldfiles_quotaon(struct quotahandle *, int idtype);
int __quota_oldfiles_get(struct quotahandle *qh, const struct quotakey *qk,
int __quota_oldfiles_put(struct quotahandle *qh, const struct quotakey *qk,
int __quota_oldfiles_delete(struct quotahandle *qh, const struct quotakey *qk);
__quota_oldfiles_cursor_create(struct quotahandle *);
int __quota_oldfiles_cursor_get(struct quotahandle *,
int __quota_oldfiles_cursor_getn(struct quotahandle *,
struct quotahandle *qc_qh;
const char *__quota_kernel_getimplname(struct quotahandle *);
unsigned __quota_kernel_getrestrictions(struct quotahandle *);
int __quota_kernel_getnumidtypes(struct quotahandle *);
const char *__quota_kernel_idtype_getname(struct quotahandle *, int idtype);
int __quota_kernel_getnumobjtypes(struct quotahandle *);
const char *__quota_kernel_objtype_getname(struct quotahandle *, int objtype);
int __quota_kernel_objtype_isbytes(struct quotahandle *, int objtype);
int __quota_kernel_quotaon(struct quotahandle *, int idtype);
int __quota_kernel_quotaoff(struct quotahandle *, int idtype);
int __quota_kernel_get(struct quotahandle *qh, const struct quotakey *qk,
int __quota_kernel_put(struct quotahandle *qh, const struct quotakey *qk,
int __quota_kernel_delete(struct quotahandle *qh, const struct quotakey *qk);
struct kernel_quotacursor *__quota_kernel_cursor_create(struct quotahandle *);
void __quota_kernel_cursor_destroy(struct quotahandle *,
int __quota_kernel_cursor_skipidtype(struct quotahandle *,
int __quota_kernel_cursor_get(struct quotahandle *,
int __quota_kernel_cursor_getn(struct quotahandle *,
int __quota_kernel_cursor_atend(struct quotahandle *,
int __quota_kernel_cursor_rewind(struct quotahandle *,
int __quota_nfs_get(struct quotahandle *qh, const struct quotakey *qk,
int __quota_oldfiles_initialize(struct quotahandle *qh);
const char *__quota_oldfiles_getimplname(struct quotahandle *);
const char *__quota_oldfiles_getquotafile(struct quotahandle *, int idtype,
struct quotahandle *qh;
struct quotahandle *qh;
dogetprivs2(struct quotahandle *qh, int idtype, id_t id, int defaultq,
struct quotahandle *qh;
struct quotahandle *qh;
struct quotahandle *qh;
quotaonoff(struct fstab *fs, struct quotahandle *qh, int offmode, int idtype,
static int quotaonoff(struct fstab *, struct quotahandle *, int, int, int,
struct quotahandle *qh;
maketables(struct quotahandle *qh)
scankeys(struct quotahandle *qh, struct qklist *seenkeys,
purge(struct quotahandle *qh, struct qklist *dropkeys)
readdumpfile(struct quotahandle *qh, FILE *f, const char *path,
struct quotahandle *qh;
static int repquota(struct quotahandle *, int);
static void printquotas(int, struct quotahandle *);
struct quotahandle *qh;
repquota(struct quotahandle *qh, int idtype)
printquotas(int idtype, struct quotahandle *qh)