Home
last modified time | relevance | path

Searched defs:ocg (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/vfs/ufs/
H A Dfs.h409 struct ocg { struct
410 int32_t cg_firstfield; /* historic linked list of cyl groups */
411 int32_t cg_unused_1; /* used for incore cyl groups */
412 ufs_time_t cg_time; /* time last written */
413 int32_t cg_cgx; /* we are the cgx'th cylinder group */
414 int16_t cg_ncyl; /* number of cyl's this cg */
415 int16_t cg_niblk; /* number of inode blocks this cg */
416 int32_t cg_ndblk; /* number of data blocks this cg */
417 struct csum cg_cs; /* cylinder summary information */
418 int32_t cg_rotor; /* position of last used block */
[all …]
/dflybsd-src/sbin/fsck/
H A Dpass5.c58 struct ocg *ocg = (struct ocg *)buf; in pass5() local