Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dxarray.h1513 int xa_get_order(struct xarray *, unsigned long index);
1517 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
/Linux-v5.15/mm/
Dfilemap.c901 unsigned int order = xa_get_order(xas.xa, xas.xa_index); in __add_to_page_cache_locked()
920 order = xa_get_order(xas.xa, xas.xa_index); in __add_to_page_cache_locked()
2819 return PAGE_SIZE << xa_get_order(xas->xa, xas->xa_index); in seek_page_size()
/Linux-v5.15/lib/
Dxarray.c1754 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
1785 EXPORT_SYMBOL(xa_get_order);
Dtest_xarray.c1724 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order()
1731 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()