Searched refs:stashed_inode (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c3291 ctx->stashed_inode = inode;
3708 old_stashed_inode = ctx->stashed_inode;
3714 pctx.inode = ctx->stashed_inode = &inodes_to_process[i].inode;
3723 ctx->stashed_inode = old_stashed_inode;
4493 if ((ino != ctx->stashed_ino) || !ctx->stashed_inode)
4497 blocks[i] = ctx->stashed_inode->i_block[i];
4506 if ((ino != ctx->stashed_ino) || !ctx->stashed_inode)
4508 *inode = *ctx->stashed_inode;
4517 if ((ino == ctx->stashed_ino) && ctx->stashed_inode)
4518 *ctx->stashed_inode
[all...]
H A De2fsck.h554 struct ext2_inode *stashed_inode; member in struct:e2fsck_struct

Completed in 71 milliseconds