Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance
485 loff_t new_block_bytes) in udf_do_extend_file() argument497 if (!new_block_bytes && fake) in udf_do_extend_file()530 if (add > new_block_bytes) in udf_do_extend_file()531 add = new_block_bytes; in udf_do_extend_file()532 new_block_bytes -= add; in udf_do_extend_file()552 if (new_block_bytes || prealloc_len) in udf_do_extend_file()557 if (!new_block_bytes) in udf_do_extend_file()567 while (new_block_bytes > add) { in udf_do_extend_file()568 new_block_bytes -= add; in udf_do_extend_file()575 if (new_block_bytes) { in udf_do_extend_file()[all …]