Lines Matching refs:newcount
347 unsigned cgno, oldcount, newcount;
369 newcount = oldcount + count;
422 newcount - oldcount, locked_page != NULL);
438 result = ufs_add_fragments(inode, tmp, oldcount, newcount);
445 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
456 request = newcount;
466 ufs_clear_frags(inode, result + oldcount, newcount - oldcount,
478 if (newcount < request)
479 ufs_free_fragments (inode, result + newcount, request - newcount);
505 unsigned oldcount, unsigned newcount)
513 UFSD("ENTER, fragment %llu, oldcount %u, newcount %u\n",
514 (unsigned long long)fragment, oldcount, newcount);
518 count = newcount - oldcount;
523 if ((ufs_fragnum (fragment) + newcount) > uspi->s_fpb)
537 for (i = oldcount; i < newcount; i++)
547 for (i = newcount; i < (uspi->s_fpb - fragoff); i++)
557 for (i = oldcount; i < newcount; i++)