Searched refs:mtree_erase (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/btrfs/
H A Dlru_cache.c89 head = mtree_erase(&cache->entries, entry->key);
/linux-master/kernel/bpf/
H A Darena.c273 mtree_erase(&arena->mt, vmf->pgoff);
279 mtree_erase(&arena->mt, vmf->pgoff);
467 mtree_erase(&arena->mt, pgoff);
/linux-master/lib/
H A Dtest_maple_tree.c71 MT_BUG_ON(mt, mtree_erase(mt, index) != xa_mk_value(index & LONG_MAX));
106 return mtree_erase(mt, index);
815 mtree_erase(mt, 34148798727); /* create a deleted range. */
816 mtree_erase(mt, 34148798725);
1246 mtree_erase(mt, 200);
1247 mtree_erase(mt, 210);
1248 mtree_erase(mt, 220);
1249 mtree_erase(mt, 230);
2908 mtree_erase(mt, 631668735);
2910 mtree_erase(m
[all...]
H A Dmaple_tree.c6576 * mtree_erase() - Find an index and erase the entire range.
6585 void *mtree_erase(struct maple_tree *mt, unsigned long index) function
6598 EXPORT_SYMBOL(mtree_erase); variable
/linux-master/include/linux/
H A Dmaple_tree.h334 void *mtree_erase(struct maple_tree *mt, unsigned long index);
/linux-master/fs/
H A Dlibfs.c312 mtree_erase(&octx->mt, offset);
/linux-master/tools/testing/radix-tree/
H A Dmaple.c[all...]

Completed in 199 milliseconds