Home
last modified time | relevance | path

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

/xen/tools/libfsimage/ext2fs/
A Dfsys_ext2fs.c67 __u32 s_inodes_per_group; /* # Inodes per group */ member
655 group_id = (current_ino - 1) / (SUPERBLOCK->s_inodes_per_group); in ext2fs_dir()
659 printf ("ipg=%d, dpb=%d\n", SUPERBLOCK->s_inodes_per_group, in ext2fs_dir()
671 inode_offset = ((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group)); in ext2fs_dir()
/xen/stubdom/grub.patches/
A D40ext3_256byte_inode.diff91 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group))
A D60ext4.diff31 __u32 s_inodes_per_group; /* # Inodes per group */
405 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group))

Completed in 5 milliseconds