Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
510 loff_t new_block_bytes) in udf_do_extend_file() argument520 if (!new_block_bytes && fake) in udf_do_extend_file()541 if (add > new_block_bytes) in udf_do_extend_file()542 add = new_block_bytes; in udf_do_extend_file()543 new_block_bytes -= add; in udf_do_extend_file()566 if (new_block_bytes) { in udf_do_extend_file()576 if (!new_block_bytes) in udf_do_extend_file()586 while (new_block_bytes > add) { in udf_do_extend_file()587 new_block_bytes -= add; in udf_do_extend_file()595 if (new_block_bytes) { in udf_do_extend_file()[all …]