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

/linux-master/fs/bcachefs/
H A Dprintbuf.h103 int bch2_printbuf_make_room(struct printbuf *, unsigned);
172 bch2_printbuf_make_room(out, 1);
180 /* Doesn't call bch2_printbuf_make_room(), doesn't nul terminate: */
191 bch2_printbuf_make_room(out, 1);
212 bch2_printbuf_make_room(out, n);
221 bch2_printbuf_make_room(out, n);
244 bch2_printbuf_make_room(out, 2);
252 bch2_printbuf_make_room(out, 2);
H A Dprintbuf.c18 int bch2_printbuf_make_room(struct printbuf *out, unsigned extra) function
61 !bch2_printbuf_make_room(out, len + 1));
78 !bch2_printbuf_make_room(out, len + 1));
199 bch2_printbuf_make_room(buf, 1 + buf->indent);
254 bch2_printbuf_make_room(buf, pad);
350 bch2_printbuf_make_room(out, 10);
H A Dbtree_iter.c3187 bch2_printbuf_make_room(out, 4096);

Completed in 245 milliseconds