Lines Matching defs:xarray
739 * iov_iter_xarray - Initialise an I/O iterator to use the pages in an xarray
742 * @xarray: The xarray to access.
752 struct xarray *xarray, loff_t start, size_t count)
758 .xarray = xarray,
846 /* With both xarray and folioq types, we're dealing with whole folios. */
960 static ssize_t iter_xarray_populate_pages(struct page **pages, struct xarray *xa,
1003 nr = iter_xarray_populate_pages(*pages, i->xarray, index, count);
1559 XA_STATE(xas, i->xarray, pos >> PAGE_SHIFT);