Searched refs:xas_split (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xarray.h | 1512 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 D | xarray.c | 1052 void xas_split(struct xa_state *xas, void *entry, unsigned int order) in xas_split() function 1100 EXPORT_SYMBOL_GPL(xas_split);
|
| H A D | test_xarray.c | 1564 xas_split(&xas, xa, order); in check_split_1()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 486 and calling xas_split().
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | filemap.c | 884 xas_split(&xas, old, order); in __add_to_page_cache_locked()
|