Lines Matching refs:empty
36 struct extent_buffer *src, int empty);
2689 struct extent_buffer *src, int empty) in push_node_left() argument
2703 if (!empty && src_nritems <= 8) in push_node_left()
2709 if (empty) { in push_node_left()
3105 int data_size, int empty, in __push_leaf_right() argument
3123 if (empty) in __push_leaf_right()
3134 if (!empty && push_items > 0) { in __push_leaf_right()
3163 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right()
3242 int empty, u32 min_slot) in push_leaf_right() argument
3288 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right()
3301 return __push_leaf_right(trans, path, min_data_size, empty, right, in push_leaf_right()
3319 int empty, struct extent_buffer *left, in __push_leaf_left() argument
3335 if (empty) in __push_leaf_left()
3341 if (!empty && push_items > 0) { in __push_leaf_left()
3368 WARN_ON(!empty && push_items == btrfs_header_nritems(right)); in __push_leaf_left()
3454 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
3502 return __push_leaf_left(trans, path, min_data_size, empty, left, in push_leaf_left()