Searched refs:extent_count (Results 1 – 4 of 4) 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 …]
215 u32 extent_count = 0; in btrfs_convert_free_space_to_bitmaps() local265 extent_count++; in btrfs_convert_free_space_to_bitmaps()358 u32 extent_count = 0; in btrfs_convert_free_space_to_extents() local463 extent_count++; in btrfs_convert_free_space_to_extents()491 u32 extent_count; in update_free_space_extent_count() local1556 u32 extent_count = 0; in load_free_space_bitmaps() local1601 extent_count++; in load_free_space_bitmaps()1611 extent_count++; in load_free_space_bitmaps()1636 u32 extent_count = 0; in load_free_space_extents() local1672 extent_count++; in load_free_space_extents()[all …]
244 extent_count, 32);
31 u32 flags, extent_count; in __check_free_space_extents() local42 extent_count = btrfs_free_space_extent_count(path->nodes[0], info); in __check_free_space_extents()44 if (extent_count != num_extents) { in __check_free_space_extents()
Completed in 10 milliseconds