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

  /external/e2fsprogs/e2fsck/
journal.c 62 &inode->i_ext2, NULL, 0, block, 0, &pblk);
284 &j_inode->i_ext2))) {
289 memset(&j_inode->i_ext2, 0, sizeof(struct ext2_inode));
290 memcpy(&j_inode->i_ext2.i_block[0], sb->s_jnl_blocks,
292 j_inode->i_ext2.i_size_high = sb->s_jnl_blocks[15];
293 j_inode->i_ext2.i_size = sb->s_jnl_blocks[16];
294 j_inode->i_ext2.i_links_count = 1;
295 j_inode->i_ext2.i_mode = LINUX_S_IFREG | 0600;
298 ctx->stashed_inode = &j_inode->i_ext2;
301 if (!j_inode->i_ext2.i_links_count |
    [all...]
jfs_user.h 31 struct ext2_inode i_ext2; member in struct:inode

Completed in 1788 milliseconds