Searched refs:__xa_store (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | xarray.h | 555 void *__xa_store(struct xarray *, unsigned long index, void *entry, gfp_t); 587 curr = __xa_store(xa, index, entry, gfp); in xa_store_bh() 613 curr = __xa_store(xa, index, entry, gfp); in xa_store_irq()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | xarray.c | 1536 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store() function 1554 EXPORT_SYMBOL(__xa_store); 1578 curr = __xa_store(xa, index, entry, gfp); in xa_store()
|
| H A D | test_xarray.c | 1566 __xa_store(xa, index + i, xa_mk_index(index + i), 0); in check_split_1()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | page.c | 331 p = __xa_store(&dmap->i_pages, offset, page, GFP_NOFS); in nilfs_copy_back_pages()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | xarray.rst | 228 * __xa_store() 262 err = xa_err(__xa_store(&foo->array, index, entry, GFP_KERNEL));
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | huge_memory.c | 2490 __xa_store(&head->mapping->i_pages, head[i].index, in __split_huge_page() 2493 __xa_store(&swap_cache->i_pages, offset + i, in __split_huge_page()
|