Lines Matching refs:extent_count
38 u32 extent_count; in omfs_shrink_inode() local
64 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() local
138 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() local
246 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_get_block()
250 if (extent_count > max_extents) in omfs_get_block()
253 offset = find_block(inode, entry, block, extent_count, &remain); in omfs_get_block()