Lines Matching refs:empty
35 struct extent_buffer *src, int empty);
3182 struct extent_buffer *src, int empty) in push_node_left() argument
3195 if (!empty && src_nritems <= 8) in push_node_left()
3201 if (empty) { in push_node_left()
3582 int data_size, int empty, in __push_leaf_right() argument
3603 if (empty) in __push_leaf_right()
3616 if (!empty && push_items > 0) { in __push_leaf_right()
3643 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right()
3731 int empty, u32 min_slot) in push_leaf_right() argument
3776 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right()
3789 return __push_leaf_right(trans, root, path, min_data_size, empty, in push_leaf_right()
3808 int empty, struct extent_buffer *left, in __push_leaf_left() argument
3827 if (empty) in __push_leaf_left()
3835 if (!empty && push_items > 0) { in __push_leaf_left()
3860 WARN_ON(!empty && push_items == btrfs_header_nritems(right)); in __push_leaf_left()
3960 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
4011 empty, left, free_space, right_nritems, in push_leaf_left()