Symbol: ext2_gd
sys/fs/ext2fs/ext2_alloc.c
495
e2fs_gd_get_b_bitmap(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
503
e2fs_gd_get_i_bitmap(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
511
e2fs_gd_get_i_tables(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
519
e2fs_gd_get_nbfree(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
527
e2fs_gd_set_nbfree(struct ext2_gd *gd, uint32_t val)
sys/fs/ext2fs/ext2_alloc.c
535
e2fs_gd_get_nifree(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
543
e2fs_gd_set_nifree(struct ext2_gd *gd, uint32_t val)
sys/fs/ext2fs/ext2_alloc.c
551
e2fs_gd_get_ndirs(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
559
e2fs_gd_set_ndirs(struct ext2_gd *gd, uint32_t val)
sys/fs/ext2fs/ext2_alloc.c
567
e2fs_gd_get_i_unused(struct ext2_gd *gd)
sys/fs/ext2fs/ext2_alloc.c
574
e2fs_gd_set_i_unused(struct ext2_gd *gd, uint32_t val)
sys/fs/ext2fs/ext2_alloc.c
947
struct ext2_gd *gd;
sys/fs/ext2fs/ext2_csum.c
63
(offsetof(struct ext2_gd, ext4bgd_i_bmap_csum_hi) + \
sys/fs/ext2fs/ext2_csum.c
673
ext2_gd_csum(struct m_ext2fs *fs, uint32_t block_group, struct ext2_gd *gd)
sys/fs/ext2fs/ext2_csum.c
679
offset = offsetof(struct ext2_gd, ext4bgd_csum);
sys/fs/ext2fs/ext2_csum.c
71
(offsetof(struct ext2_gd, ext4bgd_b_bmap_csum_hi) + \
sys/fs/ext2fs/ext2_extern.h
104
uint32_t e2fs_gd_get_ndirs(struct ext2_gd *gd);
sys/fs/ext2fs/ext2_extern.h
105
uint64_t e2fs_gd_get_b_bitmap(struct ext2_gd *);
sys/fs/ext2fs/ext2_extern.h
106
uint64_t e2fs_gd_get_i_bitmap(struct ext2_gd *);
sys/fs/ext2fs/ext2_extern.h
107
uint64_t e2fs_gd_get_i_tables(struct ext2_gd *);
sys/fs/ext2fs/ext2_vfsops.c
1415
i * fs->e2fs_bsize / sizeof(struct ext2_gd)],
sys/fs/ext2fs/ext2_vfsops.c
350
descpb = fs->e2fs_bsize / sizeof(struct ext2_gd);
sys/fs/ext2fs/ext2_vfsops.c
370
struct ext2_gd *gd;
sys/fs/ext2fs/ext2_vfsops.c
642
fs->e2fs_bsize / sizeof(struct ext2_gd));
sys/fs/ext2fs/ext2_vfsops.c
665
i * fs->e2fs_bsize / sizeof(struct ext2_gd)],
sys/fs/ext2fs/ext2fs.h
179
struct ext2_gd *e2fs_gd; /* Group Descriptors */
sys/fs/ext2fs/ext2fs.h
397
#define E2FS_REV0_GD_SIZE (sizeof(struct ext2_gd) / 2)
sys/fs/ext2fs/ext2fs.h
398
#define E2FS_64BIT_GD_SIZE (sizeof(struct ext2_gd))
sys/fs/ext2fs/ext2fs.h
422
EXT2F_INCOMPAT_64BIT) ? ((s)->e2fs_bsize / sizeof(struct ext2_gd)) : \