Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dtruncate.c159 u32 lenalloc) in udf_update_alloc_ext_desc() argument
167 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()
169 len += lenalloc; in udf_update_alloc_ext_desc()
211 lenalloc = epos.offset; in udf_truncate_extents()
213 lenalloc = epos.offset - adsize; in udf_truncate_extents()
216 lenalloc -= udf_file_entry_alloc_offset(inode); in udf_truncate_extents()
218 lenalloc -= sizeof(struct allocExtDesc); in udf_truncate_extents()
231 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
235 &epos, lenalloc); in udf_truncate_extents()
260 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
[all …]