radix_tree_lookup 1587 block/cfq-iosched.c 		cic = radix_tree_lookup(&ioc->radix_root, (unsigned long) cfqd);
radix_tree_lookup   98 fs/xfs/xfs_iget.c 	ip = radix_tree_lookup(&pag->pag_ici_root, agino);
radix_tree_lookup  397 fs/xfs/xfs_iget.c 	ip = radix_tree_lookup(&pag->pag_ici_root, XFS_INO_TO_AGINO(mp, ino));
radix_tree_lookup 2096 fs/xfs/xfs_inode.c 			ip = radix_tree_lookup(&pag->pag_ici_root,
radix_tree_lookup  555 fs/xfs/xfs_mru_cache.c 	elem = radix_tree_lookup(&mru->store, key);
radix_tree_lookup  586 fs/xfs/xfs_mru_cache.c 	elem = radix_tree_lookup(&mru->store, key);
radix_tree_lookup  315 include/linux/mlx4/qp.h 	return radix_tree_lookup(&dev->qp_table_tree, qpn & (dev->caps.num_qps - 1));
radix_tree_lookup  159 include/linux/radix-tree.h void *radix_tree_lookup(struct radix_tree_root *, unsigned long);
radix_tree_lookup  657 lib/radix-tree.c 		if (!radix_tree_lookup(root, index))
radix_tree_lookup  151 mm/readahead.c 		page = radix_tree_lookup(&mapping->page_tree, page_offset);