Searched refs:s_inodes_per_group (Results 1 – 3 of 3) sorted by relevance
67 __u32 s_inodes_per_group; /* # Inodes per group */ member655 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()
91 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group))
31 __u32 s_inodes_per_group; /* # Inodes per group */405 (((current_ino - 1) % (SUPERBLOCK->s_inodes_per_group))
Completed in 5 milliseconds