Home
last modified time | relevance | path

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

/linux/fs/udf/
A 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()
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()
282 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
[all …]

Completed in 4 milliseconds