Searched refs:extent_count (Results 1 – 5 of 5) 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 …]
200 u32 extent_count = 0; in convert_free_space_to_bitmaps() local247 extent_count++; in convert_free_space_to_bitmaps()274 if (extent_count != expected_extent_count) { in convert_free_space_to_bitmaps()277 block_group->start, extent_count, in convert_free_space_to_bitmaps()337 u32 extent_count = 0; in convert_free_space_to_extents() local433 extent_count++; in convert_free_space_to_extents()438 if (extent_count != expected_extent_count) { in convert_free_space_to_extents()441 block_group->start, extent_count, in convert_free_space_to_extents()463 u32 extent_count; in update_free_space_extent_count() local475 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in update_free_space_extent_count()[all …]
1774 extent_count, 32);
30 u32 flags, extent_count; in __check_free_space_extents() local41 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in __check_free_space_extents()43 if (extent_count != num_extents) { in __check_free_space_extents()
947 __le32 extent_count; member