Home
last modified time | relevance | path

Searched defs:cg (Results 1 – 12 of 12) sorted by relevance

/csrg-svn/sys/ufs/ffs/
H A Dfs.h279 struct cg { struct
280 int32_t cg_firstfield; /* historic cyl groups linked list */ argument
281 int32_t cg_magic; /* magic number */ argument
282 time_t cg_time; /* time last written */ argument
283 int32_t cg_cgx; /* we are the cgx'th cylinder group */ argument
284 int16_t cg_ncyl; /* number of cyl's this cg */ argument
285 int16_t cg_niblk; /* number of inode blocks this cg */ argument
286 int32_t cg_ndblk; /* number of data blocks this cg */ argument
287 struct csum cg_cs; /* cylinder summary information */ argument
288 int32_t cg_rotor; /* position of last used block */ argument
[all …]
H A Dffs_alloc.c70 int cg, error; local
135 int cg, request, error; local
500 int cg, error; variable
559 int cg, minndir, mincg, avgifree; local
607 register int cg; local
672 ffs_hashalloc(ip, cg, pref, size, allocator) in ffs_hashalloc() argument
725 ffs_fragextend(ip, cg, bprev, osize, nsize) in ffs_fragextend() argument
795 ffs_alloccg(ip, cg, bpref, size) in ffs_alloccg() argument
1000 ffs_clusteralloc(ip, cg, bpref, len) in ffs_clusteralloc() argument
1111 ffs_nodealloccg(ip, cg, ipref, mode) in ffs_nodealloccg() argument
[all …]
/csrg-svn/sbin/badsect/
H A Dbadsect.c47 struct cg cg; member
126 int cg; local
/csrg-svn/sbin/fsck/
H A Dpass5.c28 struct cg *cg = &cgrp; in pass5() local
H A Dsetup.c48 long cg, size, asked, i, j; local
/csrg-svn/sbin/icheck/
H A Dicheck.c41 struct cg cg; member
392 register n, cg; local
/csrg-svn/usr.sbin/mkproto/
H A Dmkproto.c37 struct cg cg; member
379 static int cg = 0; local
/csrg-svn/sbin/dumpfs/
H A Ddumpfs.c40 struct cg cg; member
/csrg-svn/games/backgammon/backgammon/
H A Dmove.c56 static int cg[5]; /* candidate finish position */ variable
/csrg-svn/sbin/quotacheck/
H A Dquotacheck.c221 int cg, i, mode, errs = 0; local
/csrg-svn/sbin/fsdb/
H A Dfsdb.c3038 register struct cg *cg; local
3926 struct cg *cg; variable
3960 if (cg_blktot(cg)[i] == 0) variable
/csrg-svn/sbin/newfs/
H A Dmkfs.c86 struct cg cg; member