Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass3.c138 if (ctx->lnf_repair_block) { in e2fsck_pass3()
140 ctx->lnf_repair_block); in e2fsck_pass3()
141 ctx->lnf_repair_block = 0; in e2fsck_pass3()
473 if (ctx->lnf_repair_block) { in e2fsck_get_lost_and_found()
474 blk = ctx->lnf_repair_block; in e2fsck_get_lost_and_found()
475 ctx->lnf_repair_block = 0; in e2fsck_get_lost_and_found()
De2fsck.h392 blk64_t root_repair_block, lnf_repair_block; member
Dpass1.c909 ctx->lnf_repair_block = 0; in reserve_block_for_lnf_repair()
917 ctx->lnf_repair_block = blk; in reserve_block_for_lnf_repair()