allow_root 635 lib/xarray.c static void *xas_create(struct xa_state *xas, bool allow_root) allow_root 652 lib/xarray.c if (!shift && !allow_root) allow_root 780 lib/xarray.c bool allow_root = !xa_is_node(entry) && !xa_is_zero(entry); allow_root 781 lib/xarray.c first = xas_create(xas, allow_root);