Home
last modified time | relevance | path

Searched refs:mtree_alloc_cyclic (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dtest_maple_tree.c3633 mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
3650 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing()
3657 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing()
3662 mtree_alloc_cyclic(mt, &location, mt, 2, 1024, &next, GFP_KERNEL); in alloc_cyclic_testing()
3670 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
3672 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
3674 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in alloc_cyclic_testing()
H A Dmaple_tree.c6079 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() function
6097 EXPORT_SYMBOL(mtree_alloc_cyclic);
/linux/fs/
H A Dlibfs.c298 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()