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

/freebsd-13-stable/sys/nfsclient/
H A Dnfsmount.h71 int nm_acdirmax; /* Directory attr cache max lifetime */ member in struct:nfsmount
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfsmount.h62 int nm_acdirmax; /* Directory attr cache max lifetime */ member in struct:nfsmount
H A Dnfs_clsubs.c207 else if (timeo > nmp->nm_acdirmax)
208 timeo = nmp->nm_acdirmax;
220 nmp->nm_acdirmin, nmp->nm_acdirmax);
H A Dnfs_clvfsops.c683 nmp->nm_acdirmax = argp->acdirmax;
685 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO;
686 if (nmp->nm_acdirmin > nmp->nm_acdirmax)
687 nmp->nm_acdirmin = nmp->nm_acdirmax;
2091 nfscl_printoptval(nmp, nmp->nm_acdirmax, ",acdirmax", &buf, &blen);

Completed in 176 milliseconds