Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dtruncate.c163 u32 lenalloc) in udf_update_alloc_ext_desc() argument
171 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
173 len += lenalloc; in udf_update_alloc_ext_desc()
188 uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; in udf_truncate_extents() local
215 lenalloc = epos.offset; in udf_truncate_extents()
217 lenalloc = epos.offset - adsize; in udf_truncate_extents()
220 lenalloc -= udf_file_entry_alloc_offset(inode); in udf_truncate_extents()
222 lenalloc -= sizeof(struct allocExtDesc); in udf_truncate_extents()
235 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
239 &epos, lenalloc); in udf_truncate_extents()
[all …]