Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/autofs/
HDautounmountd.c185 double mounted_for, mounted_max = -1.0; in expire_automounted() local
193 mounted_for = difftime(now, af->af_mount_time); in expire_automounted()
195 if (mounted_for < expiration_time) { in expire_automounted()
199 mounted_for); in expire_automounted()
201 if (mounted_for > mounted_max) in expire_automounted()
202 mounted_max = mounted_for; in expire_automounted()
210 mounted_for); in expire_automounted()
213 if (mounted_for > mounted_max) in expire_automounted()
214 mounted_max = mounted_for; in expire_automounted()