Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
512 loff_t new_block_bytes) in udf_do_extend_file() argument522 if (!new_block_bytes && fake) in udf_do_extend_file()543 if (add > new_block_bytes) in udf_do_extend_file()544 add = new_block_bytes; in udf_do_extend_file()545 new_block_bytes -= add; in udf_do_extend_file()568 if (new_block_bytes) { in udf_do_extend_file()578 if (!new_block_bytes) in udf_do_extend_file()588 while (new_block_bytes > add) { in udf_do_extend_file()589 new_block_bytes -= add; in udf_do_extend_file()597 if (new_block_bytes) { in udf_do_extend_file()[all …]