Home
last modified time | relevance | path

Searched refs:E2FS_REV0_GD_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/fs/ext2fs/
HDext2_vfsops.c352 descpb = fs->e2fs_bsize / E2FS_REV0_GD_SIZE; in ext2_cg_location()
640 e2fs_descpb = fs->e2fs_bsize / E2FS_REV0_GD_SIZE; in ext2_compute_sb_data()
671 bp->b_data + j * E2FS_REV0_GD_SIZE, in ext2_compute_sb_data()
672 E2FS_REV0_GD_SIZE); in ext2_compute_sb_data()
1418 for (j = 0; j < fs->e2fs_bsize / E2FS_REV0_GD_SIZE && in ext2_cgupdate()
1420 memcpy(bp->b_data + j * E2FS_REV0_GD_SIZE, in ext2_cgupdate()
1421 &fs->e2fs_gd[g_count], E2FS_REV0_GD_SIZE); in ext2_cgupdate()
HDext2fs.h397 #define E2FS_REV0_GD_SIZE (sizeof(struct ext2_gd) / 2) macro
423 ((s)->e2fs_bsize / E2FS_REV0_GD_SIZE))