Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c67 __u32 s_inodes_per_group; /* # Inodes per group */ member
587 group_id = (current_ino - 1) / (SUPERBLOCK->s_inodes_per_group); in ext2fs_dir()
591 printf ("ipg=%d, dpb=%d\n", SUPERBLOCK->s_inodes_per_group, in ext2fs_dir()
603 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group)) in ext2fs_dir()