Searched refs:am_timeo (Results 1 – 12 of 12) sorted by relevance
196 gopt.am_timeo = atoi(optarg); in get_args()197 if (gopt.am_timeo <= 0) in get_args()198 gopt.am_timeo = AM_TTL; in get_args()
284 if ((mp->am_timeo = hasmntval(&mnt, "utimeout")) == 0) in am_mounted()285 mp->am_timeo = gopt.am_timeo; /* otherwise use default timeout */ in am_mounted()298 plog(XLOG_INFO, "%s set to timeout in %d seconds", mp->am_path, mp->am_timeo); in am_mounted()
369 mp->am_ttl += mp->am_timeo; /* sun's -tl option */ in new_ttl()419 mp->am_timeo = gopt.am_timeo; in init_map()766 mp->am_timeo = 1; in umount_exported()
452 gopt.am_timeo = atoi(val); in gopt_cache_duration()453 if (gopt.am_timeo <= 0) in gopt_cache_duration()454 gopt.am_timeo = AM_TTL; in gopt_cache_duration()
301 int am_timeo; /* cache duration */ member517 int am_timeo; /* Cache timeout interval */ member
297 gopt.am_timeo = AM_TTL; in init_global_options()
286 if ((time_t)order - *tp > gopt.am_timeo) { in nis_search()
944 mp->am_timeo = 17; in amfs_bgmount()947 mp->am_timeo = 5; in amfs_bgmount()
397 fh->mount_to = mp->am_timeo; in autofs_get_fh()
173 unsigned long timeout = gopt.am_timeo; in autofs_mounted()
987 fh->mount_to = mp->am_timeo; in autofs_get_fh()
5950 timeout on the autofs mountpoint to cache_duration (gopt.am_timeo)