The recently added VOP_DEALLOCATE(9) VOP call allows
implementation of the Deallocate NFSv4.2 operation.
Since the Deallocate operation is a single succeed/fail
operation, the call to VOP_DEALLOCATE(9) loops up to
20 times to complete the operation.
Is 20 iterations enough?
Where RFC 7862 underspecifies behaviour, the code
is written to be Linux NFSv4.2 server compatible.