Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dthread_with_file.c196 b = min(len, darray_room(buf->buf)); in thread_with_stdio_write()
438 len = vsnprintf(out->data + out->nr, darray_room(*out), fmt, args2); in bch2_darray_vprintf()
441 if (len + 1 <= darray_room(*out)) { in bch2_darray_vprintf()
H A Ddarray.h46 #define darray_room(_d) ((_d).size - (_d).nr) macro