Searched refs:darray_first (Results 1 – 2 of 2) sorted by relevance
816 f = darray_first(fs); in __bch2_buffered_write()841 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()851 if (f == darray_first(fs)) { in __bch2_buffered_write()881 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()923 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()
63 #define darray_first(_d) ((_d).data[0]) macro
Completed in 6 milliseconds