Searched refs:e2fs_clustersum (Results 1 – 4 of 4) sorted by relevance
116 int32_t *sump = fs->e2fs_clustersum[cg].cs_sum; in ext2_clusteracct()122 if (fs->e2fs_clustersum[cg].cs_init == 0) { in ext2_clusteracct()149 fs->e2fs_clustersum[cg].cs_init = 1; in ext2_clusteracct()
836 sump = fs->e2fs_clustersum; in ext2_reload()951 ump->um_e2fs->e2fs_clustersum = malloc(size, M_EXT2MNT, M_WAITOK); in ext2_mountfs()953 sump = ump->um_e2fs->e2fs_clustersum; in ext2_mountfs()1057 sump = fs->e2fs_clustersum; in ext2_unmount()1060 free(fs->e2fs_clustersum, M_EXT2MNT); in ext2_unmount()
184 struct csum *e2fs_clustersum; /* cluster summary in each cyl group */ member
1162 lp = &fs->e2fs_clustersum[cg].cs_sum[len]; in ext2_clusteralloc()1173 lp = &fs->e2fs_clustersum[cg].cs_sum[len - 1]; in ext2_clusteralloc()