Home
last modified time | relevance | path

Searched refs:quota_ctx (Results 1 – 5 of 5) sorted by relevance

/external/f2fs-tools/fsck/
Dquotaio.h55 typedef struct quota_ctx *quota_ctx_t;
57 struct quota_ctx { struct
Dfsck.h16 struct quota_ctx;
105 struct quota_ctx *qctx;
Dmkquota.c155 err = quota_get_mem(sizeof(struct quota_ctx), &ctx); in quota_init_context()
161 memset(ctx, 0, sizeof(struct quota_ctx)); in quota_init_context()
/external/e2fsprogs/lib/support/
Dquotaio.h62 typedef struct quota_ctx *quota_ctx_t;
65 struct quota_ctx { struct
Dmkquota.c299 err = ext2fs_get_mem(sizeof(struct quota_ctx), &ctx); in quota_init_context()
305 memset(ctx, 0, sizeof(struct quota_ctx)); in quota_init_context()