Lines Matching refs:bkey_ops
36 #define bch2_bkey_ops_deleted ((struct bkey_ops) { \
40 #define bch2_bkey_ops_whiteout ((struct bkey_ops) { \
57 #define bch2_bkey_ops_error ((struct bkey_ops) { \
75 #define bch2_bkey_ops_cookie ((struct bkey_ops) { \
81 #define bch2_bkey_ops_hash_whiteout ((struct bkey_ops) {\
101 #define bch2_bkey_ops_inline_data ((struct bkey_ops) { \
112 #define bch2_bkey_ops_set ((struct bkey_ops) { \
117 const struct bkey_ops bch2_bkey_ops[] = {
123 const struct bkey_ops bch2_bkey_null_ops = {
132 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_val_validate()
301 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_val_to_text()
320 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_swab_val()
328 const struct bkey_ops *ops = bch2_bkey_type_ops(k.k->type); in bch2_bkey_normalize()
337 const struct bkey_ops *ops = bch2_bkey_type_ops(l.k->type); in bch2_bkey_merge()
387 const struct bkey_ops *ops; in __bch2_bkey_compat()