Home
last modified time | relevance | path

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

/fs/udf/
Dtruncate.c181 u32 lenalloc) in udf_update_alloc_ext_desc() argument
189 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
191 len += lenalloc; in udf_update_alloc_ext_desc()
206 uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; in udf_truncate_extents() local
233 lenalloc = epos.offset; in udf_truncate_extents()
235 lenalloc = epos.offset - adsize; in udf_truncate_extents()
238 lenalloc -= udf_file_entry_alloc_offset(inode); in udf_truncate_extents()
240 lenalloc -= sizeof(struct allocExtDesc); in udf_truncate_extents()
253 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
257 &epos, lenalloc); in udf_truncate_extents()
[all …]