Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/autofs/
H A Dautounmountd.c183 time_t mounted_for, mounted_max = -1; in expire_automounted() local
191 mounted_for = (time_t)difftime(now, af->af_mount_time); in expire_automounted()
193 if (mounted_for < expiration_time) { in expire_automounted()
198 (intmax_t)mounted_for); in expire_automounted()
200 if (mounted_for > mounted_max) in expire_automounted()
201 mounted_max = mounted_for; in expire_automounted()
209 af->af_fsid.__fsid_val[1], (intmax_t)mounted_for); in expire_automounted()
212 if (mounted_for > mounted_max) in expire_automounted()
213 mounted_max = mounted_for; in expire_automounted()