Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clsubs.c212 else if (timeo > nmp->nm_acregmax) in ncl_getattrcache()
213 timeo = nmp->nm_acregmax; in ncl_getattrcache()
219 nmp->nm_acregmin, nmp->nm_acregmax, in ncl_getattrcache()
Dnfsmount.h63 int nm_acregmax; /* Reg file attr cache max lifetime */ member
Dnfs_clvfsops.c664 nmp->nm_acregmax = argp->acregmax; in nfs_decode_args()
666 nmp->nm_acregmax = NFS_MAXATTRTIMO; in nfs_decode_args()
677 if (nmp->nm_acregmin > nmp->nm_acregmax) in nfs_decode_args()
678 nmp->nm_acregmin = nmp->nm_acregmax; in nfs_decode_args()
2047 nfscl_printoptval(nmp, nmp->nm_acregmax, ",acregmax", &buf, &blen); in nfscl_retopts()
/freebsd-12-stable/sys/nfsclient/
Dnfsmount.h73 int nm_acregmax; /* Reg file attr cache max lifetime */ member