Lines Matching refs:fs_cstotal
441 sblock->fs_cstotal.cs_nbfree--;
447 sblock->fs_cstotal.cs_nffree -= frags;
661 fs->fs_cstotal.cs_ndir =
663 fs->fs_cstotal.cs_nbfree =
665 fs->fs_cstotal.cs_nifree =
667 fs->fs_cstotal.cs_nffree =
696 fs->fs_old_cstotal.cs_ndir = fs->fs_cstotal.cs_ndir;
697 fs->fs_old_cstotal.cs_nbfree = fs->fs_cstotal.cs_nbfree;
698 fs->fs_old_cstotal.cs_nifree = fs->fs_cstotal.cs_nifree;
699 fs->fs_old_cstotal.cs_nffree = fs->fs_cstotal.cs_nffree;