Searched refs:cg (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_byte_order.c153 byte_swap_cgin(struct cg *cg, struct fs * fs) argument
159 byte_swap_int(cg->cg_firstfield);
160 byte_swap_int(cg->cg_magic);
161 byte_swap_int(cg->cg_time);
162 byte_swap_int(cg->cg_cgx);
163 byte_swap_short(cg->cg_ncyl);
164 byte_swap_short(cg->cg_niblk);
165 byte_swap_int(cg->cg_ndblk);
166 byte_swap_csum(&cg
201 byte_swap_cgout(struct cg *cg, struct fs * fs) argument
[all...]
H A Dufs_byte_order.h58 void byte_swap_ocylgroup(struct cg *);
59 void byte_swap_cgin(struct cg *, struct fs *);
60 void byte_swap_cgout(struct cg *, struct fs *);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_alloc.c93 static ufs_daddr_t ffs_alloccgblk(struct fs *, struct cg *, ufs_daddr_t);
101 static ufs_daddr_t ffs_mapsearch(struct fs *, struct cg *, ufs_daddr_t, int);
103 (struct fs *fs, struct cg *cgp, ufs_daddr_t blkno, int cnt);
133 int cg, error; local
158 cg = ino_to_cg(fs, ip->i_number);
160 cg = dtog(fs, bpref);
161 bno = (ufs_daddr_t)ffs_hashalloc(ip, cg, (long)bpref, size,
199 int cg, request, error; local
242 cg = dtog(fs, bprev);
243 if (bno = ffs_fragextend(ip, cg, (lon
382 int cg, error; local
459 int cg, prefcg, dirsize, cgsize; local
587 register int cg; local
1333 int i, error, cg, blk, frags, bbase; local
1521 int error, cg; local
[all...]
H A Dfs.h87 * The beginning of cylinder group cg in fs, is given by
88 * the ``cgbase(fs, cg)'' macro.
124 * thus changes to (struct cg) must keep its size within MINBSIZE.
214 ufs_daddr_t fs_dblkno; /* offset of first data after cg */
276 int32_t fs_cgrotor; /* last cg searched */
337 * cylinder group and the (struct cg) size.
340 /* base cg */ (sizeof(struct cg) + sizeof(int32_t) + \
360 struct cg { struct
365 int16_t cg_ncyl; /* number of cyl's this cg */
[all...]
H A Dffs_vfsops.c474 struct cg *cgp;
605 cgp = (struct cg *)buf_dataptr(cgbp);

Completed in 34 milliseconds