Home
last modified time | relevance | path

Searched refs:mtree_store (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/Documentation/core-api/
H A Dmaple_tree.rst60 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 Dmaple_tree.h344 int mtree_store(struct maple_tree *mt, unsigned long index,
/linux-6.15/fs/
H A Dlibfs.c315 ret = mtree_store(&octx->mt, offset, dentry, GFP_KERNEL); in simple_offset_replace()
/linux-6.15/lib/
H A Dtest_maple_tree.c1706 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 Dmaple_tree.c6342 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 Dmaple.c35086 mtree_store(mt, index, in run_check_rcu_slowread()
36128 mtree_store(&new, 5, xa_mk_value(5), GFP_KERNEL); in check_mtree_dup()