Searched refs:bch_bkey_type (Results 1 – 4 of 4) sorted by relevance
25 static const struct bch_logged_op_fn *logged_op_fn(enum bch_bkey_type type) in logged_op_fn()
44 static inline const struct bkey_ops *bch2_bkey_type_ops(enum bch_bkey_type type) in bch2_bkey_type_ops()
423 enum bch_bkey_type { enum
678 enum bch_bkey_type old_type = !set ? KEY_TYPE_set : KEY_TYPE_deleted; in bch2_bucket_do_index()679 enum bch_bkey_type new_type = set ? KEY_TYPE_set : KEY_TYPE_deleted; in bch2_bucket_do_index()