PURGE_PARENTS
if (flags & PURGE_PARENTS) {
cache_purge1(newvp, NULL, 0, PURGE_PARENTS);
#define cache_purge(vp) cache_purge1((vp),NULL,0,PURGE_PARENTS|PURGE_CHILDREN)