VDIROPEN
nvp->v_flag |= (vp->v_flag & (VNOMOUNT|VNOMAP|VDIROPEN));
vp->v_flag |= VDIROPEN;
if (vp->v_type == VDIR && !(vp->v_flag & VDIROPEN)) {