Lines Matching defs:space
1979 * If we are doing an insertion, the leaf has enough free space and the
1987 * Cache the leaf free space, since we will need it later and it
2067 * accounts the size btrfs_item, deduct it here so leaf space
3190 * space used both by the item structs and the item data
3208 * The space between the end of the leaf items and
3221 "leaf free space ret %d, leaf data size %lu, used %d nritems %d",
3269 int space = btrfs_leaf_free_space(left);
3271 if (space + push_space * 2 > free_space)
3478 int space = btrfs_leaf_free_space(right);
3480 if (space + push_space * 2 > free_space)
4285 * Make space in the node before inserting one or more items.