Lines Matching defs:buf
97 void bch_extent_to_text(char *buf, size_t size, const struct bkey *k)
100 char *out = buf, *end = buf + size;
130 char buf[80];
132 bch_extent_to_text(buf, sizeof(buf), k);
133 pr_cont(" %s", buf);
151 char buf[80];
161 bch_extent_to_text(buf, sizeof(buf), k);
162 cache_bug(c, "spotted btree ptr %s: %s", buf, bch_ptr_status(c, k));
176 char buf[80];
197 bch_extent_to_text(buf, sizeof(buf), k);
200 buf, PTR_BUCKET_NR(b->c, k, i), atomic_read(&g->pin),
482 char buf[80];
495 bch_extent_to_text(buf, sizeof(buf), k);
496 cache_bug(c, "spotted extent %s: %s", buf, bch_ptr_status(c, k));
511 char buf[80];
529 bch_extent_to_text(buf, sizeof(buf), k);
532 buf, PTR_BUCKET_NR(b->c, k, ptr), atomic_read(&g->pin),
541 char buf[80];
555 bch_extent_to_text(buf, sizeof(buf), k);
557 stale, buf);