Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass3.c143 if (ctx->root_repair_block) { in e2fsck_pass3()
145 ctx->root_repair_block); in e2fsck_pass3()
146 ctx->root_repair_block = 0; in e2fsck_pass3()
191 if (ctx->root_repair_block) { in check_root()
192 blk = ctx->root_repair_block; in check_root()
193 ctx->root_repair_block = 0; in check_root()
De2fsck.h377 blk64_t root_repair_block, lnf_repair_block; member
Dpass1.c780 ctx->root_repair_block = 0; in reserve_block_for_root_repair()
788 ctx->root_repair_block = blk; in reserve_block_for_root_repair()