VB_DUPOK
error = vfs_busy(mp, VB_WRITE|VB_WAIT|VB_DUPOK);
if (ISSET(flags, VB_DUPOK))
error = vfs_busy(vp->v_mount, VB_READ|VB_NOWAIT|VB_DUPOK);