Lines Matching defs:mounted_max
183 time_t mounted_for, mounted_max = -1;
200 if (mounted_for > mounted_max)
201 mounted_max = mounted_for;
212 if (mounted_for > mounted_max)
213 mounted_max = mounted_for;
217 return mounted_max;
267 time_t expiration_time = 600, retry_time = 600, mounted_max, sleep_time;
335 mounted_max = expire_automounted(expiration_time);
336 if (mounted_max == -1) {
337 sleep_time = mounted_max;
339 } else if (mounted_max < expiration_time) {
341 (time_t)difftime(expiration_time, mounted_max);