Home | History | Annotate | Download | only in resize_ffs

Lines Matching defs:dmax

469 	int64_t dmax;		/* Offset of end of post-inode data area */
479 dmax = newsb->fs_size - base;
480 if (dmax > newsb->fs_fpg)
481 dmax = newsb->fs_fpg;
495 cg->cg_ndblk = dmax;
553 set_bits(cg_blksfree(cg, 0), dhigh, dmax - dhigh);
589 n = (dmax - dhigh) / newsb->fs_frag;
612 i = dmax - dhigh;
904 int64_t dmax; /* total size of cg */
909 dmax = newsb->fs_size - base;
910 if (dmax > newsb->fs_fpg)
911 dmax = newsb->fs_fpg;
912 newsb->fs_dsize += dlow + dmax - dhigh;
1790 int64_t dmax;
1794 dmax = oldsb->fs_size - base;
1795 if (dmax > cgs[i]->cg_ndblk)
1796 dmax = cgs[i]->cg_ndblk;
1798 evict_data(cgs[i], dhigh, dmax - dhigh);