Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
492 loff_t new_block_bytes) in udf_do_extend_file() argument502 if (!new_block_bytes && fake) in udf_do_extend_file()522 if (add > new_block_bytes) in udf_do_extend_file()523 add = new_block_bytes; in udf_do_extend_file()524 new_block_bytes -= add; in udf_do_extend_file()546 if (new_block_bytes) in udf_do_extend_file()551 if (!new_block_bytes) in udf_do_extend_file()561 while (new_block_bytes > add) { in udf_do_extend_file()562 new_block_bytes -= add; in udf_do_extend_file()569 if (new_block_bytes) { in udf_do_extend_file()[all …]