Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dfs-io-buffered.c852 f = darray_first(fs); in __bch2_buffered_write()
877 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()
887 if (f == darray_first(fs)) { in __bch2_buffered_write()
917 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()
959 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()
H A Ddarray.h63 #define darray_first(_d) ((_d).data[0]) macro