xa_store
xa_store((xa), (index), (ptr), (gfp))
void *xa_store(struct xarray *, uint32_t, void *, gfp_t);
old = xa_store(&ufile->idr, uobj->id, uobj, GFP_KERNEL);