Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass3.c300 ctx->lost_and_found); in check_directory()
301 parent = ctx->lost_and_found; in check_directory()
365 if (ctx->lost_and_found) in e2fsck_get_lost_and_found()
366 return ctx->lost_and_found; in e2fsck_get_lost_and_found()
376 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
490 ctx->lost_and_found = ino; in e2fsck_get_lost_and_found()
512 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) { in e2fsck_reconnect_file()
524 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type); in e2fsck_reconnect_file()
528 retval = e2fsck_expand_directory(ctx, ctx->lost_and_found, in e2fsck_reconnect_file()
535 retval = ext2fs_link(fs, ctx->lost_and_found, name, in e2fsck_reconnect_file()
[all …]
De2fsck.c56 ctx->lost_and_found = 0; in e2fsck_reset_context()
De2fsck.h268 ext2_ino_t lost_and_found; member
Drehash.c866 if (ino == ctx->lost_and_found) in e2fsck_rehash_directories()