Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
506 loff_t new_block_bytes) in udf_do_extend_file() argument516 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()[all …]