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.c3710 mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in maple_tree_seed()
3719 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in maple_tree_seed()
3721 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in maple_tree_seed()
3723 ret = mtree_alloc_cyclic(mt, &location, mt, 2, ULONG_MAX, &next, GFP_KERNEL); in maple_tree_seed()
H A Dmaple_tree.c6510 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_cyclic() function
6528 EXPORT_SYMBOL(mtree_alloc_cyclic);
/linux/fs/
H A Dlibfs.c293 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()