Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
503 loff_t new_block_bytes) in udf_do_extend_file() argument513 if (!new_block_bytes && fake) in udf_do_extend_file()534 if (add > new_block_bytes) in udf_do_extend_file()535 add = new_block_bytes; in udf_do_extend_file()536 new_block_bytes -= add; in udf_do_extend_file()558 if (new_block_bytes) in udf_do_extend_file()564 if (!new_block_bytes) in udf_do_extend_file()574 while (new_block_bytes > add) { in udf_do_extend_file()575 new_block_bytes -= add; in udf_do_extend_file()583 if (new_block_bytes) { in udf_do_extend_file()[all …]