> +static inline struct page *xas_find_get_entry(struct xa_state *xas, > + pgoff_t max, xa_mark_t mark) I'd expect the xas_ prefix for function from xarray.h. Maybe this wants a better name?
> +static inline struct page *xas_find_get_entry(struct xa_state *xas, > + pgoff_t max, xa_mark_t mark) I'd expect the xas_ prefix for function from xarray.h. Maybe this wants a better name?