Home
last modified time | relevance | path

Searched refs:ino_blk (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c619 int ino_blk; /* fs pointer of the inode's information */ in ext2fs_dir() local
672 ino_blk = gdp[desc].bg_inode_table + (inode_offset / inodes_per_block); in ext2fs_dir()
674 printf ("inode table fsblock=%d\n", ino_blk); in ext2fs_dir()
676 if (!ext2_rdfsb (ffi, ino_blk, (char *)INODE)) in ext2fs_dir()
/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff90 ino_blk = gdp[desc].bg_inode_table +
95 printf ("inode table fsblock=%d\n", ino_blk);
A D60ext4.diff383 int ino_blk; /* fs pointer of the inode's information */
395 - ino_blk = gdp[desc].bg_inode_table +
404 + ino_blk = ext4_gdp->bg_inode_table +

Completed in 6 milliseconds