SWAPOFF_FORCE
error = swapoff(name, fflag ? SWAPOFF_FORCE : 0);
if ((flags & ~(SWAPOFF_FORCE)) != 0)
if ((flags & SWAPOFF_FORCE) == 0 &&
error = swapoff_one(sp, thread0.td_ucred, SWAPOFF_FORCE);