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

/freebsd-13-stable/sys/nfsclient/
H A Dnfsmount.h73 int nm_acregmax; /* Reg file attr cache max lifetime */ member in struct:nfsmount
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfsmount.h64 int nm_acregmax; /* Reg file attr cache max lifetime */ member in struct:nfsmount
H A Dnfs_clsubs.c212 else if (timeo > nmp->nm_acregmax)
213 timeo = nmp->nm_acregmax;
219 nmp->nm_acregmin, nmp->nm_acregmax,
H A Dnfs_clvfsops.c675 nmp->nm_acregmax = argp->acregmax;
677 nmp->nm_acregmax = NFS_MAXATTRTIMO;
688 if (nmp->nm_acregmin > nmp->nm_acregmax)
689 nmp->nm_acregmin = nmp->nm_acregmax;
2093 nfscl_printoptval(nmp, nmp->nm_acregmax, ",acregmax", &buf, &blen);

Completed in 169 milliseconds