Lines Matching defs:new_block_bytes
497 /* Extend the file with new blocks totaling 'new_block_bytes',
503 loff_t new_block_bytes)
513 if (!new_block_bytes && fake)
534 if (add > new_block_bytes)
535 add = new_block_bytes;
536 new_block_bytes -= add;
558 if (new_block_bytes)
564 if (!new_block_bytes)
574 while (new_block_bytes > add) {
575 new_block_bytes -= add;
583 if (new_block_bytes) {
585 new_block_bytes;
590 iinfo->i_lenExtents += new_block_bytes;