Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxarray.h1511 int xa_get_order(struct xarray *, unsigned long index);
1515 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
/Linux-v5.10/lib/
Dxarray.c1753 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
1784 EXPORT_SYMBOL(xa_get_order);
Dtest_xarray.c1722 XA_BUG_ON(xa, xa_get_order(xa, i) != 0); in check_get_order()
1729 XA_BUG_ON(xa, xa_get_order(xa, j) != order); in check_get_order()
/Linux-v5.10/mm/
Dfilemap.c856 unsigned int order = xa_get_order(xas.xa, xas.xa_index); in __add_to_page_cache_locked()
875 order = xa_get_order(xas.xa, xas.xa_index); in __add_to_page_cache_locked()