Home
last modified time | relevance | path

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

/titanic_50/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 …]
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_fs.h501 struct ocg { struct
502 uint32_t cg_link; /* NOT USED linked list of cyl groups */
503 uint32_t cg_rlink; /* NOT USED incore cyl groups */
504 time32_t cg_time; /* time last written */
505 int32_t cg_cgx; /* we are the cgx'th cylinder group */
506 short cg_ncyl; /* number of cyl's this cg */
507 short cg_niblk; /* number of inode blocks this cg */
508 int32_t cg_ndblk; /* number of data blocks this cg */
509 struct csum cg_cs; /* cylinder summary information */
510 int32_t cg_rotor; /* position of last used block */
[all …]