Searched refs:mtree_alloc_cyclic (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
H A D | test_maple_tree.c | 3710 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 D | maple_tree.c | 6510 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 D | libfs.c | 293 ret = mtree_alloc_cyclic(&octx->mt, &offset, dentry, DIR_OFFSET_MIN, in simple_offset_add()
|