MNTTAB_HUNK
if (nmnt % MNTTAB_HUNK == 0) {
(nmnt + MNTTAB_HUNK) * sizeof (*mnts));
if (mountTableSize % MNTTAB_HUNK == 0) {
(mountTableSize + MNTTAB_HUNK) * sizeof (ent));