Searched refs:xa_get_order (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ |
D | xarray.h | 1513 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/ |
D | filemap.c | 901 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/ |
D | xarray.c | 1754 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function 1785 EXPORT_SYMBOL(xa_get_order);
|
D | test_xarray.c | 1724 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()
|