Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsmount.h291 time_t nm_acdirmax; /* dir max attr cache timeout */ member
H A Dnfs_subs.c1896 timeo = isdir ? nmp->nm_acdirmax : nmp->nm_acregmax; in nfs_attrcachetimeout()
1911 } else if (timeo > nmp->nm_acdirmax) { in nfs_attrcachetimeout()
1912 timeo = nmp->nm_acdirmax; in nfs_attrcachetimeout()
H A Dnfs_vfsops.c2411 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO; in mountnfs()
2521 xb_get_32(error, &xb, nmp->nm_acdirmax); in mountnfs()
2984 if (nmp->nm_acdirmin > nmp->nm_acdirmax) { in mountnfs()
2985 nmp->nm_acdirmin = nmp->nm_acdirmax; in mountnfs()
5434 xb_add_32(error, &xbinfo, nmp->nm_acdirmax); /* ATTRCACHE_DIR_MAX */ in nfs_mountinfo_assemble()