Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Ddarray.h61 #define darray_pop(_d) ((_d)->data[--(_d)->nr]) macro
H A Dfs-io-buffered.c793 struct folio *f = darray_pop(fs); in folios_trunc()