Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clsubs.c207 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()
Dnfsmount.h61 int nm_acdirmax; /* Directory attr cache max lifetime */ member
Dnfs_clvfsops.c672 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()
/freebsd-12-stable/sys/nfsclient/
Dnfsmount.h71 int nm_acdirmax; /* Directory attr cache max lifetime */ member