Searched refs:push_space (Results 1 – 1 of 1) sorted by relevance
3135 int push_space = 0; in __push_leaf_right() local3148 push_space += data_size; in __push_leaf_right()3159 if (space + push_space * 2 > free_space) in __push_leaf_right()3165 push_space += data_size; in __push_leaf_right()3169 push_space > free_space) in __push_leaf_right()3173 push_space += this_item_size + sizeof(struct btrfs_item); in __push_leaf_right()3187 push_space = btrfs_item_data_end(left, left_nritems - push_items); in __push_leaf_right()3188 push_space -= leaf_data_end(left); in __push_leaf_right()3192 memmove_leaf_data(right, data_end - push_space, data_end, in __push_leaf_right()3196 copy_leaf_data(right, left, BTRFS_LEAF_DATA_SIZE(fs_info) - push_space, in __push_leaf_right()[all …]