Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dquotaio.h65 typedef struct quota_ctx *quota_ctx_t;
67 struct quota_ctx { struct
Dfsck.h27 struct quota_ctx;
126 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()