Searched refs:stashed_inode (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/misc/
H A De2image.c314 static struct ext2_inode *stashed_inode; variable in typeref:struct:ext2_inode
322 if ((ino != stashed_ino) || !stashed_inode)
326 blocks[i] = stashed_inode->i_block[i];
333 if ((ino != stashed_ino) || !stashed_inode)
336 if (!LINUX_S_ISDIR(stashed_inode->i_mode))
345 if ((ino != stashed_ino) || !stashed_inode)
347 *inode = *stashed_inode;
1305 stashed_inode = &inode;
/external/e2fsprogs/e2fsck/
H A Dpass1.c1220 ctx->stashed_inode = inode;
1981 old_stashed_inode = ctx->stashed_inode;
1987 pctx.inode = ctx->stashed_inode =
2001 ctx->stashed_inode = old_stashed_inode;
3945 if ((ino != ctx->stashed_ino) || !ctx->stashed_inode)
3949 blocks[i] = ctx->stashed_inode->i_block[i];
3958 if ((ino != ctx->stashed_ino) || !ctx->stashed_inode)
3960 *inode = *ctx->stashed_inode;
3969 if ((ino == ctx->stashed_ino) && ctx->stashed_inode &&
3970 (inode != ctx->stashed_inode))
[all...]
H A De2fsck.h287 struct ext2_inode *stashed_inode; member in struct:e2fsck_struct
H A Djournal.c349 ctx->stashed_inode = &j_inode->i_ext2;
H A Dpass1b.c291 ctx->stashed_inode = EXT2_INODE(&inode);

Completed in 82 milliseconds