Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfs.h323 struct ocg struct
325 int xxx1; /* struct ocg *cg_link; */ argument
326 int xxx2; /* struct ocg *cg_rlink; */ argument
327 mach_time_t cg_time; /* time last written */
328 int cg_cgx; /* we are the cgx'th cylinder group */
329 short cg_ncyl; /* number of cyl's this cg */
330 short cg_niblk; /* number of inode blocks this cg */
331 int cg_ndblk; /* number of data blocks this cg */
332 struct csum cg_cs; /* cylinder summary information */
333 int cg_rotor; /* position of last used block */
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h499 struct ocg { struct
500 uint32_t cg_link; /* NOT USED linked list of cyl groups */
501 uint32_t cg_rlink; /* NOT USED incore cyl groups */
502 time32_t cg_time; /* time last written */
503 int32_t cg_cgx; /* we are the cgx'th cylinder group */
504 short cg_ncyl; /* number of cyl's this cg */
505 short cg_niblk; /* number of inode blocks this cg */
506 int32_t cg_ndblk; /* number of data blocks this cg */
507 struct csum cg_cs; /* cylinder summary information */
508 int32_t cg_rotor; /* position of last used block */
[all …]