Lines Matching refs:lost_and_found
324 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()
620 retval = e2fsck_expand_directory(ctx, ctx->lost_and_found, in e2fsck_reconnect_file()
627 retval = ext2fs_link(fs, ctx->lost_and_found, name, in e2fsck_reconnect_file()
765 if (e2fsck_dir_info_set_parent(ctx, ino, ctx->lost_and_found)) in fix_dotdot()