Home
last modified time | relevance | path

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

/linux-6.15/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
H A Dbtree_write_buffer.c237 size_t nr = min(darray_room(wb->flushing.keys), in move_keys_from_inc_to_flushing()
744 dst->room = darray_room(dst->wb->keys); in bch2_journal_key_to_wb_slowpath()
783 dst->room = darray_room(dst->wb->keys); in bch2_journal_keys_to_write_buffer_start()