Searched refs:push_space (Results 1 – 1 of 1) sorted by relevance
2209 int push_space = 0; in __push_leaf_right() local2223 push_space += data_size; in __push_leaf_right()2235 if (space + push_space * 2 > free_space) in __push_leaf_right()2241 push_space += data_size; in __push_leaf_right()2252 if (this_item_size + sizeof(*item) + push_space > free_space) in __push_leaf_right()2256 push_space += this_item_size + sizeof(*item); in __push_leaf_right()2275 push_space = btrfs_item_end_nr(left, left_nritems - push_items); in __push_leaf_right()2276 push_space -= leaf_data_end(root, left); in __push_leaf_right()2281 btrfs_leaf_data(right) + data_end - push_space, in __push_leaf_right()2287 BTRFS_LEAF_DATA_SIZE(root) - push_space, in __push_leaf_right()[all …]