radix_tree_store
int radix_tree_store(struct radix_tree_root *, unsigned long, void **);
retval = radix_tree_store(&xa->xa_head, index, &ptr);