HomeSort by: relevance | last modified time | path
    Searched refs:nm_acdirmax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsmount.h 60 int nm_acdirmax; /* Directory attr cache max lifetime */ member in struct:nfsmount
nfs_clsubs.c 202 else if (timeo > nmp->nm_acdirmax)
203 timeo = nmp->nm_acdirmax;
215 nmp->nm_acdirmin, nmp->nm_acdirmax);
nfs_clvfsops.c 674 nmp->nm_acdirmax = argp->acdirmax;
676 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO;
677 if (nmp->nm_acdirmin > nmp->nm_acdirmax)
678 nmp->nm_acdirmin = nmp->nm_acdirmax;
1987 nfscl_printoptval(nmp, nmp->nm_acdirmax, ",acdirmax", &buf, &blen);

Completed in 12 milliseconds