Lines Matching refs:empty
35 struct extent_buffer *src, int empty);
3189 struct extent_buffer *src, int empty) in push_node_left() argument
3202 if (!empty && src_nritems <= 8) in push_node_left()
3208 if (empty) { in push_node_left()
3589 int data_size, int empty, in __push_leaf_right() argument
3610 if (empty) in __push_leaf_right()
3623 if (!empty && push_items > 0) { in __push_leaf_right()
3650 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right()
3738 int empty, u32 min_slot) in push_leaf_right() argument
3783 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right()
3796 return __push_leaf_right(trans, root, path, min_data_size, empty, in push_leaf_right()
3815 int empty, struct extent_buffer *left, in __push_leaf_left() argument
3834 if (empty) in __push_leaf_left()
3842 if (!empty && push_items > 0) { in __push_leaf_left()
3867 WARN_ON(!empty && push_items == btrfs_header_nritems(right)); in __push_leaf_left()
3967 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
4018 empty, left, free_space, right_nritems, in push_leaf_left()