Lines Matching refs:iinfo
75 struct udf_inode_info *iinfo = UDF_I(inode); in udf_truncate_tail_extent() local
77 if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB || in udf_truncate_tail_extent()
78 inode->i_size == iinfo->i_lenExtents) in udf_truncate_tail_extent()
84 if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) in udf_truncate_tail_extent()
86 else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) in udf_truncate_tail_extent()
117 iinfo->i_lenExtents = inode->i_size; in udf_truncate_tail_extent()
129 struct udf_inode_info *iinfo = UDF_I(inode); in udf_discard_prealloc() local
131 if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB || in udf_discard_prealloc()
132 inode->i_size == iinfo->i_lenExtents) in udf_discard_prealloc()
135 if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) in udf_discard_prealloc()
137 else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) in udf_discard_prealloc()
142 epos.block = iinfo->i_location; in udf_discard_prealloc()
154 iinfo->i_lenAlloc = in udf_discard_prealloc()
175 iinfo->i_lenExtents = lbcount; in udf_discard_prealloc()
212 struct udf_inode_info *iinfo = UDF_I(inode); in udf_truncate_extents() local
214 if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_SHORT) in udf_truncate_extents()
216 else if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_LONG) in udf_truncate_extents()
253 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
279 iinfo->i_lenAlloc = lenalloc; in udf_truncate_extents()
283 iinfo->i_lenExtents = inode->i_size; in udf_truncate_extents()