Lines Matching refs:new_block_bytes
506 loff_t new_block_bytes) in udf_do_extend_file() argument
516 if (!new_block_bytes && fake) in udf_do_extend_file()
537 if (add > new_block_bytes) in udf_do_extend_file()
538 add = new_block_bytes; in udf_do_extend_file()
539 new_block_bytes -= add; in udf_do_extend_file()
562 if (new_block_bytes) { in udf_do_extend_file()
572 if (!new_block_bytes) in udf_do_extend_file()
582 while (new_block_bytes > add) { in udf_do_extend_file()
583 new_block_bytes -= add; in udf_do_extend_file()
591 if (new_block_bytes) { in udf_do_extend_file()
593 new_block_bytes; in udf_do_extend_file()
598 iinfo->i_lenExtents += new_block_bytes; in udf_do_extend_file()