Searched refs:bch2_bkey_format_add_pos (Results 1 – 3 of 3) sorted by relevance
179 bch2_bkey_format_add_pos(&s, b->data->min_key); in bch2_btree_calc_format()180 bch2_bkey_format_add_pos(&s, b->data->max_key); in bch2_btree_calc_format()1504 bch2_bkey_format_add_pos(&format[i], n[i]->data->min_key); in __btree_split_node()1505 bch2_bkey_format_add_pos(&format[i], n[i]->data->max_key); in __btree_split_node()2030 bch2_bkey_format_add_pos(&new_s, prev->data->min_key); in __bch2_foreground_maybe_merge()2033 bch2_bkey_format_add_pos(&new_s, next->data->max_key); in __bch2_foreground_maybe_merge()
583 void bch2_bkey_format_add_pos(struct bkey_format_state *, struct bpos);
560 void bch2_bkey_format_add_pos(struct bkey_format_state *s, struct bpos p) in bch2_bkey_format_add_pos() function