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

  /external/e2fsprogs/misc/
e2image.c 164 static struct ext2_inode *stashed_inode; variable in typeref:struct:ext2_inode
172 if ((ino != stashed_ino) || !stashed_inode)
176 blocks[i] = stashed_inode->i_block[i];
183 if ((ino != stashed_ino) || !stashed_inode)
186 if (!LINUX_S_ISDIR(stashed_inode->i_mode))
195 if ((ino != stashed_ino) || !stashed_inode)
197 *inode = *stashed_inode;
491 stashed_inode = &inode;
  /external/e2fsprogs/e2fsck/
pass1.c 611 ctx->stashed_inode = inode;
1063 old_stashed_inode = ctx->stashed_inode;
1069 pctx.inode = ctx->stashed_inode = &inodes_to_process[i].inode;
1082 ctx->stashed_inode = old_stashed_inode;
    [all...]
swapfs.c 147 ctx->stashed_inode = inode;
e2fsck.h 256 struct ext2_inode *stashed_inode; member in struct:e2fsck_struct
journal.c 290 ctx->stashed_inode = &j_inode->i_ext2;
pass1b.c 270 ctx->stashed_inode = &inode;

Completed in 586 milliseconds