Lines Matching refs:new_block_bytes
486 loff_t new_block_bytes) in udf_do_extend_file() argument
498 if (!new_block_bytes && fake) in udf_do_extend_file()
531 if (add > new_block_bytes) in udf_do_extend_file()
532 add = new_block_bytes; in udf_do_extend_file()
533 new_block_bytes -= add; in udf_do_extend_file()
553 if (new_block_bytes || prealloc_len) in udf_do_extend_file()
558 if (!new_block_bytes) in udf_do_extend_file()
568 while (new_block_bytes > add) { in udf_do_extend_file()
569 new_block_bytes -= add; in udf_do_extend_file()
576 if (new_block_bytes) { in udf_do_extend_file()
578 new_block_bytes; in udf_do_extend_file()