Searched refs:acctsuspend (Results 1 – 1 of 1) sorted by relevance
136 int acctsuspend = 2; /* stop accounting when < 2% free space left */ variable408 if (va.f_bavail <= acctsuspend * va.f_blocks / 100) { in acctwatch()