Lines Matching refs:empty
25 struct extent_buffer *src, int empty);
3252 struct extent_buffer *src, int empty) in push_node_left() argument
3266 if (!empty && src_nritems <= 8) in push_node_left()
3272 if (empty) { in push_node_left()
3634 int data_size, int empty, in __push_leaf_right() argument
3654 if (empty) in __push_leaf_right()
3667 if (!empty && push_items > 0) { in __push_leaf_right()
3695 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right()
3784 int empty, u32 min_slot) in push_leaf_right() argument
3833 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right()
3846 return __push_leaf_right(path, min_data_size, empty, in push_leaf_right()
3863 int empty, struct extent_buffer *left, in __push_leaf_left() argument
3881 if (empty) in __push_leaf_left()
3889 if (!empty && push_items > 0) { in __push_leaf_left()
3915 WARN_ON(!empty && push_items == btrfs_header_nritems(right)); in __push_leaf_left()
4018 int data_size, int empty, u32 max_slot) in push_leaf_left() argument
4073 empty, left, free_space, right_nritems, in push_leaf_left()