Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h289 time_t nm_acregmax; /* reg file max attr cache timeout */ member
H A Dnfs_subs.c1896 timeo = isdir ? nmp->nm_acdirmax : nmp->nm_acregmax; in nfs_attrcachetimeout()
1917 } else if (timeo > nmp->nm_acregmax) { in nfs_attrcachetimeout()
1918 timeo = nmp->nm_acregmax; in nfs_attrcachetimeout()
H A Dnfs_vfsops.c2409 nmp->nm_acregmax = NFS_MAXATTRTIMO; in mountnfs()
2513 xb_get_32(error, &xb, nmp->nm_acregmax); in mountnfs()
2981 if (nmp->nm_acregmin > nmp->nm_acregmax) { in mountnfs()
2982 nmp->nm_acregmin = nmp->nm_acregmax; in mountnfs()
5430 xb_add_32(error, &xbinfo, nmp->nm_acregmax); /* ATTRCACHE_REG_MAX */ in nfs_mountinfo_assemble()