Searched refs:quota_file (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/support/
H A Dquotaio.h68 struct quota_handle *quota_file[MAXQUOTAS]; member in struct:quota_ctx
112 struct quota_file { struct
124 struct quota_file qh_qf;
125 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset,
127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset,
H A Dquotaio.c163 static unsigned int quota_write_nomount(struct quota_file *qf,
187 static unsigned int quota_read_nomount(struct quota_file *qf,
243 if (qctx->quota_file[qtype]) {
244 h = qctx->quota_file[qtype];
281 qctx->quota_file[qtype] = h;
422 if (qctx->quota_file[h->qh_type] == h)
423 ext2fs_free_mem(&qctx->quota_file[h->qh_type]);
H A Dmkquota.c298 ctx->quota_file[qtype] = NULL;
335 if (ctx->quota_file[qtype]) {
336 err = quota_file_close(ctx, ctx->quota_file[qtype]);
340 ext2fs_free_mem(&ctx->quota_file[qtype]);
/external/e2fsprogs/debugfs/
H A Dquota.c126 qh = current_qctx->quota_file[type];
161 qh = current_qctx->quota_file[type];

Completed in 130 milliseconds