Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:lost_and_found

300 						   ctx->lost_and_found);
301 parent = ctx->lost_and_found;
351 * This routine gets the lost_and_found inode, making it a directory
365 if (ctx->lost_and_found)
366 return ctx->lost_and_found;
376 ctx->lost_and_found = ino;
490 ctx->lost_and_found = ino;
512 if (!ctx->bad_lost_and_found && !ctx->lost_and_found) {
524 retval = ext2fs_link(fs, ctx->lost_and_found, name, ino, file_type);
528 retval = e2fsck_expand_directory(ctx, ctx->lost_and_found,
535 retval = ext2fs_link(fs, ctx->lost_and_found, name,
666 if (e2fsck_dir_info_set_parent(ctx, ino, ctx->lost_and_found))