Searched refs:mtree_store (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/Documentation/core-api/ |
| H A D | maple_tree.rst | 60 You can then set entries using mtree_store() or mtree_store_range(). 61 mtree_store() will overwrite any entry with the new entry and return 0 on 65 knowing one value within that range, or mtree_store() call with an entry of 113 * mtree_store()
|
| /linux-6.15/include/linux/ |
| H A D | maple_tree.h | 344 int mtree_store(struct maple_tree *mt, unsigned long index,
|
| /linux-6.15/fs/ |
| H A D | libfs.c | 315 ret = mtree_store(&octx->mt, offset, dentry, GFP_KERNEL); in simple_offset_replace()
|
| /linux-6.15/lib/ |
| H A D | test_maple_tree.c | 1706 mtree_store(mt, seq100[13], NULL, GFP_KERNEL); in check_gap_combining() 1709 mtree_store(mt, seq100[14], NULL, GFP_KERNEL); in check_gap_combining()
|
| H A D | maple_tree.c | 6342 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store() function 6347 EXPORT_SYMBOL(mtree_store);
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 35086 mtree_store(mt, index, in run_check_rcu_slowread() 36128 mtree_store(&new, 5, xa_mk_value(5), GFP_KERNEL); in check_mtree_dup()
|