Lines Matching refs:empty
35 struct extent_buffer *src, int empty);
3195 struct extent_buffer *src, int empty) in push_node_left() argument
3208 if (!empty && src_nritems <= 8) in push_node_left()
3214 if (empty) { in push_node_left()
3595 int data_size, int empty, in __push_leaf_right() argument
3616 if (empty) in __push_leaf_right()
3629 if (!empty && push_items > 0) { in __push_leaf_right()
3656 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right()
3744 int empty, u32 min_slot) in push_leaf_right() argument
3789 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right()
3802 return __push_leaf_right(trans, root, path, min_data_size, empty, in push_leaf_right()
3821 int empty, struct extent_buffer *left, in __push_leaf_left() argument
3840 if (empty) in __push_leaf_left()
3848 if (!empty && push_items > 0) { in __push_leaf_left()
3873 WARN_ON(!empty && push_items == btrfs_header_nritems(right)); in __push_leaf_left()
3973 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
4024 empty, left, free_space, right_nritems, in push_leaf_left()