Symbol: ext2_gd
sys/vfs/ext2fs/ext2_alloc.c
478
e2fs_gd_get_b_bitmap(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
486
e2fs_gd_get_i_bitmap(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
494
e2fs_gd_get_i_tables(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
502
e2fs_gd_get_nbfree(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
510
e2fs_gd_set_nbfree(struct ext2_gd *gd, uint32_t val)
sys/vfs/ext2fs/ext2_alloc.c
518
e2fs_gd_get_nifree(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
526
e2fs_gd_set_nifree(struct ext2_gd *gd, uint32_t val)
sys/vfs/ext2fs/ext2_alloc.c
534
e2fs_gd_get_ndirs(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
542
e2fs_gd_set_ndirs(struct ext2_gd *gd, uint32_t val)
sys/vfs/ext2fs/ext2_alloc.c
550
e2fs_gd_get_i_unused(struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_alloc.c
557
e2fs_gd_set_i_unused(struct ext2_gd *gd, uint32_t val)
sys/vfs/ext2fs/ext2_alloc.c
930
struct ext2_gd *gd;
sys/vfs/ext2fs/ext2_csum.c
61
(offsetof(struct ext2_gd, ext4bgd_i_bmap_csum_hi) + \
sys/vfs/ext2fs/ext2_csum.c
666
ext2_gd_csum(struct m_ext2fs *fs, uint32_t block_group, struct ext2_gd *gd)
sys/vfs/ext2fs/ext2_csum.c
672
offset = offsetof(struct ext2_gd, ext4bgd_csum);
sys/vfs/ext2fs/ext2_csum.c
69
(offsetof(struct ext2_gd, ext4bgd_b_bmap_csum_hi) + \
sys/vfs/ext2fs/ext2_extern.h
106
uint32_t e2fs_gd_get_ndirs(struct ext2_gd *gd);
sys/vfs/ext2fs/ext2_extern.h
107
uint64_t e2fs_gd_get_b_bitmap(struct ext2_gd *);
sys/vfs/ext2fs/ext2_extern.h
108
uint64_t e2fs_gd_get_i_bitmap(struct ext2_gd *);
sys/vfs/ext2fs/ext2_extern.h
109
uint64_t e2fs_gd_get_i_tables(struct ext2_gd *);
sys/vfs/ext2fs/ext2_vfsops.c
1580
i * fs->e2fs_bsize / sizeof(struct ext2_gd)],
sys/vfs/ext2fs/ext2_vfsops.c
352
descpb = fs->e2fs_bsize / sizeof(struct ext2_gd);
sys/vfs/ext2fs/ext2_vfsops.c
372
struct ext2_gd *gd;
sys/vfs/ext2fs/ext2_vfsops.c
644
fs->e2fs_bsize / sizeof(struct ext2_gd));
sys/vfs/ext2fs/ext2_vfsops.c
667
i * fs->e2fs_bsize / sizeof(struct ext2_gd)],
sys/vfs/ext2fs/ext2fs.h
181
struct ext2_gd *e2fs_gd; /* Group Descriptors */
sys/vfs/ext2fs/ext2fs.h
398
#define E2FS_REV0_GD_SIZE (sizeof(struct ext2_gd) / 2)
sys/vfs/ext2fs/ext2fs.h
399
#define E2FS_64BIT_GD_SIZE (sizeof(struct ext2_gd))
sys/vfs/ext2fs/ext2fs.h
423
EXT2F_INCOMPAT_64BIT) ? ((s)->e2fs_bsize / sizeof(struct ext2_gd)) : \