csum_total
memset(&cstotal, 0, sizeof(struct csum_total));
struct csum_total cstotal;
bzero(&fs->fs_cstotal, sizeof(struct csum_total));
dbg_dump_csum_total(const char *comment, struct csum_total *cs)
void dbg_dump_csum_total(const char *, struct csum_total *);
struct csum_total cstotal;
struct csum_total fs_cstotal; /* (u) cylinder summary information */
struct csum_total fs_cstotal; /* (u) cylinder summary information */
ffs_csumtotal_swap(struct csum_total *o, struct csum_total *n)
void ffs_csumtotal_swap(struct csum_total *o, struct csum_total *n);