Home
last modified time | relevance | path

Searched refs:xas_split (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h1512 void xas_split(struct xa_state *, void *entry, unsigned int order);
1520 static inline void xas_split(struct xa_state *xas, void *entry, in xas_split() function
/OK3568_Linux_fs/kernel/lib/
H A Dxarray.c1052 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split() function
1100 EXPORT_SYMBOL_GPL(xas_split);
H A Dtest_xarray.c1564 xas_split(&xas, xa, order); in check_split_1()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst486 and calling xas_split().
/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c884 xas_split(&xas, old, order); in __add_to_page_cache_locked()