Lines Matching refs:new_block_bytes
485 loff_t new_block_bytes) in udf_do_extend_file() argument
497 if (!new_block_bytes && fake) in udf_do_extend_file()
530 if (add > new_block_bytes) in udf_do_extend_file()
531 add = new_block_bytes; in udf_do_extend_file()
532 new_block_bytes -= add; in udf_do_extend_file()
552 if (new_block_bytes || prealloc_len) in udf_do_extend_file()
557 if (!new_block_bytes) in udf_do_extend_file()
567 while (new_block_bytes > add) { in udf_do_extend_file()
568 new_block_bytes -= add; in udf_do_extend_file()
575 if (new_block_bytes) { in udf_do_extend_file()
577 new_block_bytes; in udf_do_extend_file()