Lines Matching refs:new_block_bytes
492 loff_t new_block_bytes) in udf_do_extend_file() argument
502 if (!new_block_bytes && fake) in udf_do_extend_file()
522 if (add > new_block_bytes) in udf_do_extend_file()
523 add = new_block_bytes; in udf_do_extend_file()
524 new_block_bytes -= add; in udf_do_extend_file()
546 if (new_block_bytes) in udf_do_extend_file()
551 if (!new_block_bytes) in udf_do_extend_file()
561 while (new_block_bytes > add) { in udf_do_extend_file()
562 new_block_bytes -= add; in udf_do_extend_file()
569 if (new_block_bytes) { in udf_do_extend_file()
571 new_block_bytes; in udf_do_extend_file()