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

  /external/e2fsprogs/e2fsck/
pass3.c 324 ctx->lost_and_found);
325 parent = ctx->lost_and_found;
375 * This routine gets the lost_and_found inode, making it a directory
390 if (ctx->lost_and_found)
391 return ctx->lost_and_found;
427 ctx->lost_and_found = ino;
482 ctx->lost_and_found = EXT2_ROOT_INO;
502 ctx->lost_and_found = EXT2_ROOT_INO;
580 ctx->lost_and_found = ino;
604 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) {
    [all...]
e2fsck.c 60 ctx->lost_and_found = 0;
e2fsck.h 292 ext2_ino_t lost_and_found; member in struct:e2fsck_struct
rehash.c 717 else if (wd->ctx->lost_and_found == wd->dir) {
pass1.c     [all...]

Completed in 176 milliseconds