Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/client/
H A Dnfs_clsubs.c207 else if (timeo > nmp->nm_acregmax) in ncl_getattrcache()
208 timeo = nmp->nm_acregmax; in ncl_getattrcache()
214 nmp->nm_acregmin, nmp->nm_acregmax, in ncl_getattrcache()
H A Dnfsmount.h62 int nm_acregmax; /* Reg file attr cache max lifetime */ member
H A Dnfs_clvfsops.c666 nmp->nm_acregmax = argp->acregmax; in nfs_decode_args()
668 nmp->nm_acregmax = NFS_MAXATTRTIMO; in nfs_decode_args()
679 if (nmp->nm_acregmin > nmp->nm_acregmax) in nfs_decode_args()
680 nmp->nm_acregmin = nmp->nm_acregmax; in nfs_decode_args()
1989 nfscl_printoptval(nmp, nmp->nm_acregmax, ",acregmax", &buf, &blen); in nfscl_retopts()