Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
H A Dnfsmount.h93 int nm_acregmax; /* Reg file attr cache max lifetime */ member
H A Dnfs_vfsops.c876 nmp->nm_acregmax = argp->acregmax; in nfs_decode_args()
878 nmp->nm_acregmax = NFS_MAXATTRTIMO; in nfs_decode_args()
889 if (nmp->nm_acregmin > nmp->nm_acregmax) in nfs_decode_args()
890 nmp->nm_acregmin = nmp->nm_acregmax; in nfs_decode_args()
H A Dnfs_subs.c915 else if (timeo > nmp->nm_acregmax) in nfs_getattrcache()
916 timeo = nmp->nm_acregmax; in nfs_getattrcache()
922 nmp->nm_acregmin, nmp->nm_acregmax, in nfs_getattrcache()