Lines Matching refs:cs_nbfree
2058 sblock.fs_cstotal.cs_nbfree = 0; in main()
2567 icg.cg_cs.cs_nbfree = 0; in initcg()
2615 icg.cg_cs.cs_nbfree++; in initcg()
2704 icg.cg_cs.cs_nbfree++; in initcg()
2761 sblock.fs_cstotal.cs_nbfree += icg.cg_cs.cs_nbfree; in initcg()
2879 if (acg.cg_cs.cs_nbfree == 0) { in alloc()
2892 acg.cg_cs.cs_nbfree--; in alloc()
2893 sblock.fs_cstotal.cs_nbfree--; in alloc()
2894 fscs[0].cs_nbfree--; in alloc()
4996 if (((fscs+i)->cs_nffree < frags) && ((fscs+i)->cs_nbfree == 0)) in allocfrags()
5108 sblock.fs_cstotal.cs_nbfree -= acg.cg_cs.cs_nbfree; in resetallocinfo()
5111 acg.cg_cs.cs_nbfree = 0; in resetallocinfo()
5119 acg.cg_cs.cs_nbfree++; in resetallocinfo()
5133 sblock.fs_cstotal.cs_nbfree += acg.cg_cs.cs_nbfree; in resetallocinfo()