Searched refs:nm_acdirmax (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/nfsclient/
H A Dnfsmount.h69 int nm_acdirmax; /* Directory attr cache max lifetime */ member in struct:nfsmount
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfsmount.h59 int nm_acdirmax; /* Directory attr cache max lifetime */ member in struct:nfsmount
H A Dnfs_clsubs.c203 else if (timeo > nmp->nm_acdirmax)
204 timeo = nmp->nm_acdirmax;
216 nmp->nm_acdirmin, nmp->nm_acdirmax);
H A Dnfs_clvfsops.c668 nmp->nm_acdirmax = argp->acdirmax;
670 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO;
671 if (nmp->nm_acdirmin > nmp->nm_acdirmax)
672 nmp->nm_acdirmin = nmp->nm_acdirmax;
2025 nfscl_printoptval(nmp, nmp->nm_acdirmax, ",acdirmax", &buf, &blen);

Completed in 129 milliseconds