Searched refs:extent_count (Results 1 – 1 of 1) sorted by relevance
38 u32 extent_count; in omfs_shrink_inode() local64 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_shrink_inode()66 if (extent_count > max_extents) in omfs_shrink_inode()74 for (; extent_count > 1; extent_count--) { in omfs_shrink_inode()122 u32 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_grow_extent() local138 if (extent_count < 1) in omfs_grow_extent()142 terminator = entry + extent_count - 1; in omfs_grow_extent()143 if (extent_count > 1) { in omfs_grow_extent()225 int extent_count; in omfs_get_block() local246 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_get_block()[all …]