Searched refs:bch2_printbuf_make_room (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/bcachefs/
H A Dprintbuf.h104 int bch2_printbuf_make_room(struct printbuf *, unsigned);
175 bch2_printbuf_make_room(out, 1);
179 /* Doesn't call bch2_printbuf_make_room(), doesn't nul terminate: */
189 bch2_printbuf_make_room(out, 1);
195 bch2_printbuf_make_room(out, 2);
210 bch2_printbuf_make_room(out, n);
217 bch2_printbuf_make_room(out, n);
239 bch2_printbuf_make_room(out, 3);
247 bch2_printbuf_make_room(out, 3);
H A Dprintbuf.c33 int bch2_printbuf_make_room(struct printbuf *out, unsigned extra) function
81 bch2_printbuf_make_room(out, nr);
169 !bch2_printbuf_make_room(out, len));
186 !bch2_printbuf_make_room(out, len));
305 bch2_printbuf_make_room(buf, 1 + buf->indent);
398 bch2_printbuf_make_room(out, 10);
H A Dbtree_iter.c3320 bch2_printbuf_make_room(out, 4096);

Completed in 218 milliseconds