Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbcachefs.h277 void __bch2_print(struct bch_fs *c, const char *fmt, ...);
283 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__)
H A Dsuper.c130 void __bch2_print(struct bch_fs *c, const char *fmt, ...) in __bch2_print() function