HomeSort by: relevance | last modified time | path
    Searched defs:nold (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/resize_ffs/
resize_ffs.c 822 int nold; /* # frags in old csum info */ local in function:csum_fixup
824 int nnew; /* ntot-nold */
833 nold = howmany(oldsb->fs_cssize, newsb->fs_fsize);
834 nnew = ntot - nold;
858 for ((i = newsb->fs_csaddr + nold), (j = nnew);
884 if (i < nold) {
resize_ffs.c 822 int nold; /* # frags in old csum info */ local in function:csum_fixup
824 int nnew; /* ntot-nold */
833 nold = howmany(oldsb->fs_cssize, newsb->fs_fsize);
834 nnew = ntot - nold;
858 for ((i = newsb->fs_csaddr + nold), (j = nnew);
884 if (i < nold) {
resize_ffs.c 822 int nold; /* # frags in old csum info */ local in function:csum_fixup
824 int nnew; /* ntot-nold */
833 nold = howmany(oldsb->fs_cssize, newsb->fs_fsize);
834 nnew = ntot - nold;
858 for ((i = newsb->fs_csaddr + nold), (j = nnew);
884 if (i < nold) {

Completed in 43 milliseconds