Home | History | Annotate | Download | only in e2fsck

Lines Matching full:refcount

75 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount,
1098 * (ctx->refcount), then fix them.
1100 if (ctx->refcount) {
1101 adjust_extattr_refcount(ctx, ctx->refcount, block_buf, -1);
1102 ea_refcount_free(ctx->refcount);
1103 ctx->refcount = 0;
1359 * are still referenced in ctx->refcount, or by adding references for
1363 static void adjust_extattr_refcount(e2fsck_t ctx, ext2_refcount_t refcount,
1375 ea_refcount_intr_begin(refcount);
1377 if ((blk = ea_refcount_intr_next(refcount, &count)) == 0)
1448 /* Create the EA refcount structure if necessary */
1449 if (!ctx->refcount) {
1450 pctx->errcode = ea_refcount_create(0, &ctx->refcount);
1466 if (ea_refcount_decrement(ctx->refcount, blk, 0) == 0)
1572 ea_refcount_store(ctx->refcount, blk, count);