Lines Matching refs:fscs
445 struct csum *fscs; variable
2048 fscs = (struct csum *)calloc(1, sblock.fs_cssize); in main()
2063 bcopy((caddr_t)grow_fscs, (caddr_t)fscs, (int)grow_fs_cssize); in main()
2550 cs = fscs + cylno; in initcg()
2890 fscs[0].cs_nbfree--; in alloc()
2894 fscs[0].cs_ndir++; in alloc()
2900 fscs[0].cs_nffree += sblock.fs_frag - frag; in alloc()
2932 fscs[0].cs_nifree--; in iput()
4652 fscs = read_summaryinfo(&sblock); in probe_summaryinfo()
4995 if (((fscs+i)->cs_nffree < frags) && ((fscs+i)->cs_nbfree == 0)) in allocfrags()
5129 *(fscs + acg.cg_cgx) = acg.cg_cs; in resetallocinfo()
5284 ((char *)fscs) + i); in wtsb()