Home
last modified time | relevance | path

Searched refs:radix_tree_gang_lookup (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/radix-tree/
H A Dtest.c131 nfound = radix_tree_gang_lookup(root, (void **)items, in item_gang_check_present()
154 while ((nfound = radix_tree_gang_lookup(root, (void **)items, into, in item_full_scan()
167 nfound = radix_tree_gang_lookup(root, (void **)items, in item_full_scan()
/openbmc/linux/include/linux/
H A Dradix-tree.h236 unsigned int radix_tree_gang_lookup(const struct radix_tree_root *,
/openbmc/linux/lib/
H A Dradix-tree.c1262 radix_tree_gang_lookup(const struct radix_tree_root *root, void **results, in radix_tree_gang_lookup() function
1286 EXPORT_SYMBOL(radix_tree_gang_lookup);
/openbmc/linux/drivers/block/null_blk/
H A Dmain.c951 nr_pages = radix_tree_gang_lookup(root, in null_free_device_storage()
1096 nr_pages = radix_tree_gang_lookup(&nullb->dev->cache, in null_make_cache_space()
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c1856 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2885 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
4525 while ((ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_drop_all_logs()
H A Ddelayed-inode.c2052 n = radix_tree_gang_lookup(&root->delayed_nodes_tree, in btrfs_kill_all_delayed_nodes()
H A Dextent_io.c4699 ret = radix_tree_gang_lookup(&fs_info->buffer_radix, in get_next_extent_buffer()
/openbmc/linux/fs/xfs/
H A Dxfs_qm.c75 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()
/openbmc/linux/fs/f2fs/
H A Dnode.c227 return radix_tree_gang_lookup(&nm_i->nat_root, (void **)ep, start, nr); in __gang_lookup_nat_cache()
309 return radix_tree_gang_lookup(&nm_i->nat_set_root, (void **)ep, in __gang_lookup_nat_set()