Home
last modified time | relevance | path

Searched refs:xa_get_order (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dxarray.h1550 int xa_get_order(struct xarray *, unsigned long index);
1554 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
/openbmc/linux/mm/
H A Dfilemap.c872 unsigned int order = xa_get_order(xas.xa, xas.xa_index); in __filemap_add_folio()
891 order = xa_get_order(xas.xa, xas.xa_index); in __filemap_add_folio()
3026 return PAGE_SIZE << xa_get_order(xas->xa, xas->xa_index); in seek_folio_size()
4180 order = xa_get_order(xas.xa, xas.xa_index); in filemap_cachestat()
/openbmc/linux/lib/
H A Dxarray.c1759 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
1790 EXPORT_SYMBOL(xa_get_order);
H A Dtest_xarray.c1746 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order()
1753 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()