Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass3.c302 ctx->lost_and_found); in check_directory()
303 parent = ctx->lost_and_found; in check_directory()
367 if (ctx->lost_and_found) in e2fsck_get_lost_and_found()
368 return ctx->lost_and_found; in e2fsck_get_lost_and_found()
378 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
492 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
516 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) { in e2fsck_reconnect_file()
528 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type); in e2fsck_reconnect_file()
532 retval = e2fsck_expand_directory(ctx, ctx->lost_and_found, in e2fsck_reconnect_file()
539 retval = ext2fs_link(fs, ctx->lost_and_found, name, in e2fsck_reconnect_file()
[all …]
De2fsck.c59 ctx->lost_and_found = 0; in e2fsck_reset_context()
De2fsck.h287 ext2_ino_t lost_and_found; member
Drehash.c873 if (ino == ctx->lost_and_found) in e2fsck_rehash_directories()