OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cstotal
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fsck_ffs/
pass5.c
73
struct csum_total
cstotal
;
local in function:pass5
130
cssize = (u_char *)&
cstotal
.cs_spare[0] - (u_char *)&
cstotal
.cs_ndir;
201
memset(&
cstotal
, 0, sizeof(struct csum_total));
410
cstotal
.cs_nffree += newcg->cg_cs.cs_nffree;
411
cstotal
.cs_nbfree += newcg->cg_cs.cs_nbfree;
412
cstotal
.cs_nifree += newcg->cg_cs.cs_nifree;
413
cstotal
.cs_ndir += newcg->cg_cs.cs_ndir;
483
if (memcmp(&
cstotal
, &fs->fs_cstotal, cssize) != 0) {
488
(long long int)
cstotal
.cs_nffree
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 25 10:09:55 GMT 2025