Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass3.c324 ctx->lost_and_found); in check_directory()
325 parent = ctx->lost_and_found; in check_directory()
390 if (ctx->lost_and_found) in e2fsck_get_lost_and_found()
391 return ctx->lost_and_found; in e2fsck_get_lost_and_found()
427 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
482 ctx->lost_and_found = EXT2_ROOT_INO; in e2fsck_get_lost_and_found()
502 ctx->lost_and_found = EXT2_ROOT_INO; in e2fsck_get_lost_and_found()
580 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
604 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) { in e2fsck_reconnect_file()
616 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.h307 ext2_ino_t lost_and_found; member
Drehash.c781 else if (wd->ctx->lost_and_found == wd->dir) { in write_dir_block()
Dpass1.c2063 ctx->lost_and_found = 0; in e2fsck_pass1()
3517 !(ctx->lost_and_found && ctx->lost_and_found == ino) && in check_blocks()