K 10 svn:author V 3 cem K 8 svn:date V 27 2018-04-16T19:33:04.682791Z K 7 svn:log V 342 quota(1): Fix calculation overflow and underflow For very large quotas, do the multiplication as a 64 bit value to avoid overflow. For very small block sizes (smaller than DEV_BSIZE), multiple first before dividing by block size to avoid underflow. PR: 227496 Submitted by: Per Andersson Sponsored by: Dell EMC Isilon END