Home
last modified time | relevance | path

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

/Linux-v5.15/fs/udf/
Dinode.c492 uint32_t prealloc_len = 0; in udf_do_extend_file() local
518 prealloc_len = last_ext->extLength; in udf_do_extend_file()
553 if (new_block_bytes || prealloc_len) in udf_do_extend_file()
588 if (prealloc_len) { in udf_do_extend_file()
590 prealloc_len, 1); in udf_do_extend_file()
594 last_ext->extLength = prealloc_len; in udf_do_extend_file()