swaponvp
swaponvp(td, vp, nd->swap_nblks);
int swaponvp(struct thread *, struct vnode *, u_quad_t);
error = swaponvp(td, vp, 0);
error = swaponvp(td, vp, attr.va_size / DEV_BSIZE);