Searched refs:cgbufs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dfsutil.c199 static struct bufarea *cgbufs; /* header for cylinder group cache */ variable in typeref:struct:bufarea
208 if (cgbufs == NULL) {
209 cgbufs = Calloc(sblock.fs_ncg, sizeof(struct bufarea));
210 if (cgbufs == NULL)
213 cgbp = &cgbufs[cg];
238 cgbp = &cgbufs[flushtries++];
419 if (cgbufs[cnt].b_un.b_cg == NULL)
421 flush(fswritefd, &cgbufs[cnt]);
422 free(cgbufs[cnt].b_un.b_cg);
424 free(cgbufs);
[all...]

Completed in 41 milliseconds