Searched refs:mounted_for (Results 1 – 1 of 1) sorted by relevance
183 time_t mounted_for, mounted_max = -1; in expire_automounted() local191 mounted_for = difftime(now, af->af_mount_time); in expire_automounted()193 if (mounted_for < expiration_time) { in expire_automounted()197 (intmax_t)mounted_for); in expire_automounted()199 if (mounted_for > mounted_max) in expire_automounted()200 mounted_max = mounted_for; in expire_automounted()208 (long)mounted_for); in expire_automounted()211 if (mounted_for > mounted_max) in expire_automounted()212 mounted_max = mounted_for; in expire_automounted()