Home
last modified time | relevance | path

Searched refs:e2fs_clustersum (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_subr.c102 int32_t *sump = fs->e2fs_clustersum[cg].cs_sum; in ext2_clusteracct()
108 if (fs->e2fs_clustersum[cg].cs_init == 0) { in ext2_clusteracct()
135 fs->e2fs_clustersum[cg].cs_init = 1; in ext2_clusteracct()
H A Dext2fs.h182 struct csum *e2fs_clustersum; /* cluster summary in each cyl group */ member
H A Dext2_alloc.c1179 lp = &fs->e2fs_clustersum[cg].cs_sum[len]; in ext2_clusteralloc()
1190 lp = &fs->e2fs_clustersum[cg].cs_sum[len - 1]; in ext2_clusteralloc()