Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dalloc_background.h253 void bch2_alloc_to_text(struct printbuf *, struct bch_fs *, struct bkey_s_c);
257 .val_to_text = bch2_alloc_to_text, \
264 .val_to_text = bch2_alloc_to_text, \
271 .val_to_text = bch2_alloc_to_text, \
278 .val_to_text = bch2_alloc_to_text, \
Dalloc_background.c345 void bch2_alloc_to_text(struct printbuf *out, struct bch_fs *c, struct bkey_s_c k) in bch2_alloc_to_text() function