Searched refs:lenalloc (Results 1 – 1 of 1) sorted by relevance
176 u32 lenalloc) in udf_update_alloc_ext_desc() argument184 aed->lengthAllocDescs = cpu_to_le32(lenalloc); in udf_update_alloc_ext_desc()186 len += lenalloc; in udf_update_alloc_ext_desc()201 uint32_t elen, nelen = 0, indirect_ext_len = 0, lenalloc; in udf_truncate_extents() local231 lenalloc = epos.offset; in udf_truncate_extents()233 lenalloc = epos.offset - adsize; in udf_truncate_extents()236 lenalloc -= udf_file_entry_alloc_offset(inode); in udf_truncate_extents()238 lenalloc -= sizeof(struct allocExtDesc); in udf_truncate_extents()251 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()255 &epos, lenalloc); in udf_truncate_extents()[all …]