cloneinfo
struct cloneinfo *cip;
cip = malloc(sizeof(struct cloneinfo), M_TEMP, M_WAITOK);
cip = (struct cloneinfo *)vp->v_data;