Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/radix-tree/
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()
/Linux-v6.6/include/linux/
Dradix-tree.h236 unsigned int radix_tree_gang_lookup(const struct radix_tree_root *,
/Linux-v6.6/lib/
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);
/Linux-v6.6/drivers/block/null_blk/
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()
/Linux-v6.6/fs/btrfs/
Ddisk-io.c1847 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_free_fs_roots()
2876 ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_cleanup_fs_roots()
4510 while ((ret = radix_tree_gang_lookup(&fs_info->fs_roots_radix, in btrfs_drop_all_logs()
Ddelayed-inode.c2049 n = radix_tree_gang_lookup(&root->delayed_nodes_tree, in btrfs_kill_all_delayed_nodes()
Dextent_io.c4479 ret = radix_tree_gang_lookup(&fs_info->buffer_radix, in get_next_extent_buffer()
/Linux-v6.6/fs/xfs/
Dxfs_qm.c75 nr_found = radix_tree_gang_lookup(tree, (void **)batch, in xfs_qm_dquot_walk()
/Linux-v6.6/fs/f2fs/
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()