Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/amd/amq/
Damq_clnt.c51 static struct timeval TIMEOUT = {ALLOWED_MOUNT_TIME, 0};
/freebsd-9-stable/contrib/amd/amd/
Dmntfs.c331 mf->mf_cid = timeout(ALLOWED_MOUNT_TIME, discard_mntfs, (voidp) mf); in free_mntfs()
Damd.h181 #define AMFS_AUTO_RETRANS(x) ((ALLOWED_MOUNT_TIME*10+5*gopt.amfs_auto_timeo[(x)])/gopt.amfs_auto_ti…
Dsrvr_nfs.c65 #if (FAST_NFS_PING * MAX_ALLOWED_PINGS) >= ALLOWED_MOUNT_TIME
Damfs_generic.c603 if ((cp->start + ALLOWED_MOUNT_TIME) < clocktime(NULL)) { in amfs_retry()
Dops_nfs.c485 fp->fh_cid = timeout(error < 0 ? 2 * ALLOWED_MOUNT_TIME : FH_TTL_ERROR, in prime_nfs_fhandle_cache()
/freebsd-9-stable/contrib/amd/
Dtasks46 - ALLOWED_MOUNT_TIME of 40 seconds is way too long!
/freebsd-9-stable/contrib/amd/include/
Dam_utils.h155 #define ALLOWED_MOUNT_TIME 40 /* 40s for a mount */ macro