Lines Matching defs:new_block_bytes
485 /* Extend the file with new blocks totaling 'new_block_bytes',
491 loff_t new_block_bytes)
501 if (!new_block_bytes && fake)
521 if (add > new_block_bytes)
522 add = new_block_bytes;
523 new_block_bytes -= add;
545 if (new_block_bytes)
550 if (!new_block_bytes)
560 while (new_block_bytes > add) {
561 new_block_bytes -= add;
568 if (new_block_bytes) {
570 new_block_bytes;