Home | History | Annotate | Download | only in resize_ffs

Lines Matching refs:fs_dsize

32  *  problem and a more minor one which left fs_dsize wrong when
892 * Recompute newsb->fs_dsize. Just scans all cgs, adding the number of
900 newsb->fs_dsize = 0;
912 newsb->fs_dsize += dlow + dmax - dhigh;
915 newsb->fs_dsize -= cgsblock(newsb, 0) - cgbase(newsb, 0);
917 newsb->fs_dsize -= howmany(newsb->fs_cssize, newsb->fs_fsize);
1068 /* Make fs_dsize match the new reality. */
1856 /* Make fs_dsize match the new reality. */
2068 newsb->fs_old_dsize = newsb->fs_dsize;
2259 oldsb->fs_dsize = oldsb->fs_old_dsize;