Searched refs:bch2_bkey_type_ops (Results 1 – 3 of 3) sorted by relevance
132 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_val_validate() 318 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_val_to_text() 337 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_swab_val() 345 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_normalize() 354 const struct bkey_ops *ops = bch2_bkey_type_ops(l.k->type); in bch2_bkey_merge() 488 ops = bch2_bkey_type_ops(k->type); in __bch2_bkey_compat()
44 static inline const struct bkey_ops *bch2_bkey_type_ops(enum bch_bkey_type type) in bch2_bkey_type_ops() function 85 const struct bkey_ops *ops = bch2_bkey_type_ops(old.k->type ?: new.k->type); in bch2_key_trigger()
474 const struct bkey_ops *old_ops = bch2_bkey_type_ops(old.k->type); in run_one_mem_trigger() 475 const struct bkey_ops *new_ops = bch2_bkey_type_ops(i->k->k.type); in run_one_mem_trigger() 503 const struct bkey_ops *old_ops = bch2_bkey_type_ops(old.k->type); in run_one_trans_trigger() 504 const struct bkey_ops *new_ops = bch2_bkey_type_ops(i->k->k.type); in run_one_trans_trigger()