Home
last modified time | relevance | path

Searched refs:csum_total (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/ufs/ffs/
Dffs_extern.h196 struct csum_total;
197 void ffs_csumtotal_swap(const struct csum_total *, struct csum_total *);
Dffs_bswap.c182 ffs_csumtotal_swap(const struct csum_total *o, struct csum_total *n) in ffs_csumtotal_swap()
Dfs.h244 struct csum_total { struct
345 struct csum_total fs_cstotal; /* cylinder summary information */
/netbsd/src/sys/lib/libsa/
Dffs_bswap.c47 libsa_ffs_csumtotal_swap(const struct csum_total *o, struct csum_total *n) in libsa_ffs_csumtotal_swap()
/netbsd/src/sbin/fsck_ffs/
Dpass5.c73 struct csum_total cstotal; in pass5()
201 memset(&cstotal, 0, sizeof(struct csum_total)); in pass5()