Symbol: ext2_gd
bin/df/ext2fs_df.c
82
ngdb = howmany(ncg, sfsp->f_bsize / sizeof(struct ext2_gd));
sbin/fsck_ext2fs/fsck.h
62
struct ext2_gd *b_cgd; /* cylinder group descriptor */
sbin/fsck_ext2fs/setup.c
213
&sblock.e2fs_gd[i* sblock.e2fs_bsize / sizeof(struct ext2_gd)],
sbin/fsck_ext2fs/setup.c
311
sblock.e2fs_bsize / sizeof(struct ext2_gd));
sbin/fsck_ext2fs/setup.c
494
fs->e2fs_bsize / sizeof(struct ext2_gd));
sbin/fsck_ext2fs/utilities.c
213
&sblock.e2fs_gd[i* sblock.e2fs_bsize / sizeof(struct ext2_gd)],
sbin/newfs_ext2fs/mke2fs.c
290
blocks_gd = howmany(sizeof(struct ext2_gd) * ncg, bsize);
sbin/newfs_ext2fs/mke2fs.c
324
blocks_gd = howmany(sizeof(struct ext2_gd) * ncg, bsize);
sbin/newfs_ext2fs/mke2fs.c
436
target_ngdb = howmany(sizeof(struct ext2_gd) * target_ncg,
sbin/newfs_ext2fs/mke2fs.c
656
e2fs_cgsave(gd, (struct ext2_gd *)(iobuf + sblock.e2fs_bsize),
sbin/newfs_ext2fs/mke2fs.c
657
sizeof(struct ext2_gd) * sblock.e2fs_ncg);
sbin/newfs_ext2fs/mke2fs.c
687
e2fs_cgsave(gd, (struct ext2_gd *)(iobuf +
sbin/newfs_ext2fs/mke2fs.c
689
sizeof(struct ext2_gd) * sblock.e2fs_ncg);
sys/ufs/ext2fs/ext2fs.h
221
struct ext2_gd *e2fs_gd; /* group descriptors */
sys/ufs/ext2fs/ext2fs.h
390
void e2fs_cg_bswap(struct ext2_gd *, struct ext2_gd *, int);
sys/ufs/ext2fs/ext2fs_bswap.c
102
for (i=0; i < (size / sizeof(struct ext2_gd)); i++) {
sys/ufs/ext2fs/ext2fs_bswap.c
99
e2fs_cg_bswap(struct ext2_gd *old, struct ext2_gd *new, int size)
sys/ufs/ext2fs/ext2fs_vfsops.c
1045
e2fs_cgsave(&fs->e2fs_gd[i* fs->e2fs_bsize / sizeof(struct ext2_gd)], (struct ext2_gd*)bp->b_data, fs->e2fs_bsize);
sys/ufs/ext2fs/ext2fs_vfsops.c
372
fs->e2fs_bsize / sizeof(struct ext2_gd));
sys/ufs/ext2fs/ext2fs_vfsops.c
378
size_t gdesc = i * fs->e2fs_bsize / sizeof(struct ext2_gd);
sys/ufs/ext2fs/ext2fs_vfsops.c
379
struct ext2_gd *gd;
sys/ufs/ext2fs/ext2fs_vfsops.c
391
gd = (struct ext2_gd *) bp->b_data;