Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
521 loff_t new_block_bytes) in udf_do_extend_file() argument531 if (!new_block_bytes && fake) in udf_do_extend_file()552 if (add > new_block_bytes) in udf_do_extend_file()553 add = new_block_bytes; in udf_do_extend_file()554 new_block_bytes -= add; in udf_do_extend_file()577 if (new_block_bytes) { in udf_do_extend_file()587 if (!new_block_bytes) in udf_do_extend_file()597 while (new_block_bytes > add) { in udf_do_extend_file()598 new_block_bytes -= add; in udf_do_extend_file()606 if (new_block_bytes) { in udf_do_extend_file()[all …]