OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cgs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/resize_ffs/
resize_ffs.c
112
/* pointers to the in-core
cgs
, read off disk and possibly modified */
113
static struct cg **
cgs
;
variable in typeref:struct:cg **
324
* Load the
cgs
and csums off disk. Also allocates the space to load
334
cgs
= nfmalloc(oldsb->fs_ncg * sizeof(*
cgs
), "cg pointers");
335
cgp = alloconce(oldsb->fs_ncg * cgblksz, "
cgs
");
339
cgs
[cg] = (struct cg *) cgp;
342
ffs_cg_swap(
cgs
[cg],
cgs
[cg],oldsb);
474
cg =
cgs
[cgn]
[
all
...]
Completed in 11 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025