Lines Matching refs:newcount
351 unsigned cgno, oldcount, newcount;
373 newcount = oldcount + count;
426 newcount - oldcount, locked_page != NULL);
442 result = ufs_add_fragments(inode, tmp, oldcount, newcount);
449 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
460 request = newcount;
470 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
482 if (newcount < request)
483 ufs_free_fragments (inode, result + newcount, request - newcount);
509 unsigned oldcount, unsigned newcount)
517 UFSD("ENTER, fragment %llu, oldcount %u, newcount %u\n",
518 (unsigned long long)fragment, oldcount, newcount);
522 count = newcount - oldcount;
527 if ((ufs_fragnum (fragment) + newcount) > uspi->s_fpb)
541 for (i = oldcount; i < newcount; i++)
551 for (i = newcount; i < (uspi->s_fpb - fragoff); i++)
561 for (i = oldcount; i < newcount; i++)