Home
last modified time | relevance | path

Searched refs:bch2_bkey_null_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbkey_methods.h14 extern const struct bkey_ops bch2_bkey_null_ops;
48 : &bch2_bkey_null_ops; in bch2_bkey_type_ops()
Dbkey_methods.c123 const struct bkey_ops bch2_bkey_null_ops = { variable