Home
last modified time | relevance | path

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

/openbsd/sys/nfs/
H A Dnfs_subs.c1106 int minto, maxto; in nfs_attrtimeo() local
1110 minto = nmp->nm_acdirmin; in nfs_attrtimeo()
1113 minto = nmp->nm_acregmin; in nfs_attrtimeo()
1116 if (np->n_flag & NMODIFIED || tenthage < minto) in nfs_attrtimeo()
1117 return minto; in nfs_attrtimeo()