Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
486 loff_t new_block_bytes) in udf_do_extend_file() argument498 if (!new_block_bytes && fake) in udf_do_extend_file()531 if (add > new_block_bytes) in udf_do_extend_file()532 add = new_block_bytes; in udf_do_extend_file()533 new_block_bytes -= add; in udf_do_extend_file()553 if (new_block_bytes || prealloc_len) in udf_do_extend_file()558 if (!new_block_bytes) in udf_do_extend_file()568 while (new_block_bytes > add) { in udf_do_extend_file()569 new_block_bytes -= add; in udf_do_extend_file()576 if (new_block_bytes) { in udf_do_extend_file()[all …]