ext2_gd
e2fs_gd_get_b_bitmap(struct ext2_gd *gd)
e2fs_gd_get_i_bitmap(struct ext2_gd *gd)
e2fs_gd_get_i_tables(struct ext2_gd *gd)
e2fs_gd_get_nbfree(struct ext2_gd *gd)
e2fs_gd_set_nbfree(struct ext2_gd *gd, uint32_t val)
e2fs_gd_get_nifree(struct ext2_gd *gd)
e2fs_gd_set_nifree(struct ext2_gd *gd, uint32_t val)
e2fs_gd_get_ndirs(struct ext2_gd *gd)
e2fs_gd_set_ndirs(struct ext2_gd *gd, uint32_t val)
e2fs_gd_get_i_unused(struct ext2_gd *gd)
e2fs_gd_set_i_unused(struct ext2_gd *gd, uint32_t val)
struct ext2_gd *gd;
(offsetof(struct ext2_gd, ext4bgd_i_bmap_csum_hi) + \
ext2_gd_csum(struct m_ext2fs *fs, uint32_t block_group, struct ext2_gd *gd)
offset = offsetof(struct ext2_gd, ext4bgd_csum);
(offsetof(struct ext2_gd, ext4bgd_b_bmap_csum_hi) + \
uint32_t e2fs_gd_get_ndirs(struct ext2_gd *gd);
uint64_t e2fs_gd_get_b_bitmap(struct ext2_gd *);
uint64_t e2fs_gd_get_i_bitmap(struct ext2_gd *);
uint64_t e2fs_gd_get_i_tables(struct ext2_gd *);
i * fs->e2fs_bsize / sizeof(struct ext2_gd)],
descpb = fs->e2fs_bsize / sizeof(struct ext2_gd);
struct ext2_gd *gd;
fs->e2fs_bsize / sizeof(struct ext2_gd));
i * fs->e2fs_bsize / sizeof(struct ext2_gd)],
struct ext2_gd *e2fs_gd; /* Group Descriptors */
#define E2FS_REV0_GD_SIZE (sizeof(struct ext2_gd) / 2)
#define E2FS_64BIT_GD_SIZE (sizeof(struct ext2_gd))
EXT2F_INCOMPAT_64BIT) ? ((s)->e2fs_bsize / sizeof(struct ext2_gd)) : \