Home
last modified time | relevance | path

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

/linux/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/fs/
H A Dlibfs.c313 ret = mtree_store(&octx->mt, offset, dentry, GFP_KERNEL); in simple_offset_replace()
395 ret = mtree_store(&new_ctx->mt, new_index, old_dentry, GFP_KERNEL); in simple_offset_rename_exchange()
399 ret = mtree_store(&old_ctx->mt, old_index, new_dentry, GFP_KERNEL); in simple_offset_rename_exchange()
401 mtree_store(&new_ctx->mt, new_index, new_dentry, GFP_KERNEL); in simple_offset_rename_exchange()
/linux/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.c5955 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store() function
5960 EXPORT_SYMBOL(mtree_store);
/linux/tools/testing/radix-tree/
H A Dmaple.c34656 mtree_store(mt, index, in run_check_rcu_slowread()
35765 mtree_store(&new, 5, xa_mk_value(5), GFP_KERNEL); in check_mtree_dup()