Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dmkquota.h38 typedef struct quota_ctx *quota_ctx_t;
40 struct quota_ctx { struct
Dmkquota.c219 err = ext2fs_get_mem(sizeof(struct quota_ctx), &ctx); in quota_init_context()
225 memset(ctx, 0, sizeof(struct quota_ctx)); in quota_init_context()