Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbcachefs.h276 void __bch2_print(struct bch_fs *c, const char *fmt, ...);
282 #define bch2_print(_c, ...) __bch2_print(maybe_dev_to_fs(_c), __VA_ARGS__)
Dsuper.c130 void __bch2_print(struct bch_fs *c, const char *fmt, ...) in __bch2_print() function