Searched refs:darray_first (Results 1 – 2 of 2) sorted by relevance
844 f = darray_first(fs); in __bch2_buffered_write()869 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()879 if (f == darray_first(fs)) { in __bch2_buffered_write()909 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()951 f_offset = pos - folio_pos(darray_first(fs)); in __bch2_buffered_write()
75 #define darray_first(_d) ((_d).data[0]) macro