Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
513 loff_t new_block_bytes) in udf_do_extend_file() argument523 if (!new_block_bytes && fake) in udf_do_extend_file()544 if (add > new_block_bytes) in udf_do_extend_file()545 add = new_block_bytes; in udf_do_extend_file()546 new_block_bytes -= add; in udf_do_extend_file()569 if (new_block_bytes) { in udf_do_extend_file()579 if (!new_block_bytes) in udf_do_extend_file()589 while (new_block_bytes > add) { in udf_do_extend_file()590 new_block_bytes -= add; in udf_do_extend_file()598 if (new_block_bytes) { in udf_do_extend_file()[all …]