Home
last modified time | relevance | path

Searched refs:new_block_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/udf/
H A Dinode.c504 loff_t new_block_bytes) in udf_do_extend_file() argument
514 if (!new_block_bytes && fake) in udf_do_extend_file()
535 if (add > new_block_bytes) in udf_do_extend_file()
536 add = new_block_bytes; in udf_do_extend_file()
537 new_block_bytes -= add; in udf_do_extend_file()
559 if (new_block_bytes) in udf_do_extend_file()
565 if (!new_block_bytes) in udf_do_extend_file()
575 while (new_block_bytes > add) { in udf_do_extend_file()
576 new_block_bytes -= add; in udf_do_extend_file()
584 if (new_block_bytes) { in udf_do_extend_file()
[all …]