Home
last modified time | relevance | path

Searched refs:DARRAY_PREALLOCATED (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Ddarray.h13 #define DARRAY_PREALLOCATED(_type, _nr) \ macro
20 #define DARRAY(_type) DARRAY_PREALLOCATED(_type, 0)
H A Djournal_io.h23 DARRAY_PREALLOCATED(struct journal_ptr, 8) ptrs;
H A Drcu_pending.c109 DARRAY_PREALLOCATED(struct rcu_pending_seq, 4) objs;
H A Dio_write.c1300 DARRAY_PREALLOCATED(struct bucket_to_lock, 3) buckets; in bch2_nocow_write()