HomeSort by relevance Sort by last modified time
    Searched refs:quota_ctx (Results 1 - 5 of 5) sorted by null

  /external/f2fs-tools/fsck/
quotaio.h 55 typedef struct quota_ctx *quota_ctx_t;
57 struct quota_ctx { struct
fsck.h 16 struct quota_ctx;
92 struct quota_ctx *qctx;
mkquota.c 150 err = quota_get_mem(sizeof(struct quota_ctx), &ctx);
156 memset(ctx, 0, sizeof(struct quota_ctx));
  /external/e2fsprogs/lib/support/
quotaio.h 62 typedef struct quota_ctx *quota_ctx_t;
65 struct quota_ctx { struct
mkquota.c 290 err = ext2fs_get_mem(sizeof(struct quota_ctx), &ctx);
296 memset(ctx, 0, sizeof(struct quota_ctx));

Completed in 329 milliseconds