Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h290 time_t nm_acdirmax; /* dir max attr cache timeout */ member
H A Dnfs_subs.c1898 timeo = isdir ? nmp->nm_acdirmax : nmp->nm_acregmax; in nfs_attrcachetimeout()
1913 } else if (timeo > nmp->nm_acdirmax) { in nfs_attrcachetimeout()
1914 timeo = nmp->nm_acdirmax; in nfs_attrcachetimeout()
H A Dnfs_vfsops.c2415 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO; in mountnfs()
2525 xb_get_32(error, &xb, nmp->nm_acdirmax); in mountnfs()
2989 if (nmp->nm_acdirmin > nmp->nm_acdirmax) { in mountnfs()
2990 nmp->nm_acdirmin = nmp->nm_acdirmax; in mountnfs()
5435 xb_add_32(error, &xbinfo, nmp->nm_acdirmax); /* ATTRCACHE_DIR_MAX */ in nfs_mountinfo_assemble()