Home | History | Annotate | Download | only in ffs

Lines Matching refs:fs_cstotal

1674 	fs->fs_cstotal.cs_ndir = fs->fs_old_cstotal.cs_ndir;
1675 fs->fs_cstotal.cs_nbfree = fs->fs_old_cstotal.cs_nbfree;
1676 fs->fs_cstotal.cs_nifree = fs->fs_old_cstotal.cs_nifree;
1677 fs->fs_cstotal.cs_nffree = fs->fs_old_cstotal.cs_nffree;
1737 fs->fs_old_cstotal.cs_ndir = fs->fs_cstotal.cs_ndir;
1738 fs->fs_old_cstotal.cs_nbfree = fs->fs_cstotal.cs_nbfree;
1739 fs->fs_old_cstotal.cs_nifree = fs->fs_cstotal.cs_nifree;
1740 fs->fs_old_cstotal.cs_nffree = fs->fs_cstotal.cs_nffree;
1912 sbp->f_bfree = ffs_blkstofrags(fs, fs->fs_cstotal.cs_nbfree) +
1913 fs->fs_cstotal.cs_nffree + FFS_DBTOFSB(fs, fs->fs_pendingblocks);
1921 sbp->f_ffree = fs->fs_cstotal.cs_nifree + fs->fs_pendinginodes;