Searched refs:lost_and_found (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.h559 ext2_ino_t lost_and_found; member in struct:e2fsck_struct
H A De2fsck.c931 ctx->lost_and_found = 0;
6942 p->parent = ctx->lost_and_found;
6943 fix_dotdot(ctx, p, ctx->lost_and_found);
6995 * This routine gets the lost_and_found inode, making it a directory
7010 if (ctx->lost_and_found)
7011 return ctx->lost_and_found;
7021 ctx->lost_and_found = ino;
7137 ctx->lost_and_found = ino;
7156 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) {
7168 retval = ext2fs_link(fs, ctx->lost_and_found, nam
[all...]

Completed in 166 milliseconds