Home
last modified time | relevance | path

Searched refs:lost_and_found (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass3.c330 ctx->lost_and_found); in check_directory()
331 parent = ctx->lost_and_found; in check_directory()
396 if (ctx->lost_and_found) in e2fsck_get_lost_and_found()
397 return ctx->lost_and_found; in e2fsck_get_lost_and_found()
433 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
488 ctx->lost_and_found = EXT2_ROOT_INO; in e2fsck_get_lost_and_found()
508 ctx->lost_and_found = EXT2_ROOT_INO; in e2fsck_get_lost_and_found()
586 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
610 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) { in e2fsck_reconnect_file()
622 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type); in e2fsck_reconnect_file()
[all …]
De2fsck.c60 ctx->lost_and_found = 0; in e2fsck_reset_context()
De2fsck.h310 ext2_ino_t lost_and_found; member
Drehash.c831 else if (wd->ctx->lost_and_found == wd->dir) { in write_dir_block()
Dpass1.c2079 ctx->lost_and_found = 0; in e2fsck_pass1()
3563 !(ctx->lost_and_found && ctx->lost_and_found == ino) && in check_blocks()