Searched refs:mounted_for (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/autofs/
H A Dautounmountd.c185 double mounted_for, mounted_max = 0; local
193 mounted_for = difftime(now, af->af_mount_time);
195 if (mounted_for < expiration_time) {
199 mounted_for);
201 if (mounted_for > mounted_max)
202 mounted_max = mounted_for;
210 mounted_for);
213 if (mounted_for > mounted_max)
214 mounted_max = mounted_for;

Completed in 50 milliseconds