Searched refs:xa_get_order (Results 1 – 4 of 4) sorted by relevance
1511 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
1753 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function1784 EXPORT_SYMBOL(xa_get_order);
1722 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()
856 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()