Searched refs:xa_get_order (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/linux/ |
D | xarray.h | 1532 int xa_get_order(struct xarray *, unsigned long index); 1536 static inline int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function
|
/Linux-v6.1/mm/ |
D | filemap.c | 867 unsigned int order = xa_get_order(xas.xa, xas.xa_index); in __filemap_add_folio() 886 order = xa_get_order(xas.xa, xas.xa_index); in __filemap_add_folio() 2861 return PAGE_SIZE << xa_get_order(xas->xa, xas->xa_index); in seek_folio_size()
|
/Linux-v6.1/lib/ |
D | xarray.c | 1761 int xa_get_order(struct xarray *xa, unsigned long index) in xa_get_order() function 1792 EXPORT_SYMBOL(xa_get_order);
|
D | test_xarray.c | 1746 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()
|