zfs-module-parameters(5): add all missing items
I ran a report against the output of modinfo zfs.ko. This commit adds
everything missing and corrects a few renamed module parameters.
Specifically:
Also fixes some variable type inconsistencies (unsigned int => uint)
Reviewed-by: George Amanakis <gamanakis@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: DHE <git@dehacked.net>
Closes #9809