Searched refs:nm_acdirmax (Results 1 – 4 of 4) sorted by relevance
207 else if (timeo > nmp->nm_acdirmax) in ncl_getattrcache()208 timeo = nmp->nm_acdirmax; in ncl_getattrcache()220 nmp->nm_acdirmin, nmp->nm_acdirmax); in ncl_getattrcache()
61 int nm_acdirmax; /* Directory attr cache max lifetime */ member
672 nmp->nm_acdirmax = argp->acdirmax; in nfs_decode_args()674 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO; in nfs_decode_args()675 if (nmp->nm_acdirmin > nmp->nm_acdirmax) in nfs_decode_args()676 nmp->nm_acdirmin = nmp->nm_acdirmax; in nfs_decode_args()2045 nfscl_printoptval(nmp, nmp->nm_acdirmax, ",acdirmax", &buf, &blen); in nfscl_retopts()
71 int nm_acdirmax; /* Directory attr cache max lifetime */ member