HomeSort by relevance Sort by last modified time
    Searched refs:lost_and_found (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
pass3.c 302 ctx->lost_and_found);
303 parent = ctx->lost_and_found;
353 * This routine gets the lost_and_found inode, making it a directory
367 if (ctx->lost_and_found)
368 return ctx->lost_and_found;
378 ctx->lost_and_found = ino;
492 ctx->lost_and_found = ino;
516 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) {
528 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
532 retval = e2fsck_expand_directory(ctx, ctx->lost_and_found,
    [all...]
e2fsck.c 59 ctx->lost_and_found = 0;
e2fsck.h 287 ext2_ino_t lost_and_found; member in struct:e2fsck_struct