Searched refs:fscs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sbin/growfs/
H A Dgrowfs.c108 static struct csum *fscs; /* cylinder summary */ variable in typeref:struct:csum
152 fscs = (struct csum *)calloc((size_t)1, (size_t)sblock.fs_cssize);
153 if (fscs == NULL)
158 osblock.fs_bsize), (void *)(((char *)fscs) + i), fsi);
167 dbg_csp = fscs;
176 DBG_PRINT0("fscs read\n");
238 (void *)(((char *)fscs) + i), fso, Nflag);
240 DBG_PRINT0("fscs written\n");
248 dbg_csp = fscs;
343 if (cylno == 0) /* XXX fscs ma
[all...]
/freebsd-11-stable/sbin/ffsinfo/
H A Dffsinfo.c99 static struct csum *fscs; variable in typeref:struct:csum
246 fscs = (struct csum *)calloc((size_t)1,
248 if (fscs == NULL)
255 (void *)(((char *)fscs)+i),
261 dbg_csp = fscs;
265 "%d. csum in fscs", dbg_csc);
/freebsd-11-stable/sbin/newfs/
H A Dmkfs.c76 static struct csum *fscs; variable in typeref:struct:csum
440 fscs = (struct csum *)calloc(1, sblock.fs_cssize);
441 if (fscs == NULL)
621 ((char *)fscs) + i);
681 cs = &fscs[cylno];
992 fscs[0].cs_nbfree--;
996 fscs[0].cs_ndir++;
1000 fscs[0].cs_nffree += sblock.fs_frag - frag;
1032 fscs[0].cs_nifree--;
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c86 struct csum *fscs; variable in typeref:struct:csum

Completed in 79 milliseconds