Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h288 time_t nm_acregmax; /* reg file max attr cache timeout */ member
H A Dnfs_subs.c1898 timeo = isdir ? nmp->nm_acdirmax : nmp->nm_acregmax; in nfs_attrcachetimeout()
1919 } else if (timeo > nmp->nm_acregmax) { in nfs_attrcachetimeout()
1920 timeo = nmp->nm_acregmax; in nfs_attrcachetimeout()
H A Dnfs_vfsops.c2413 nmp->nm_acregmax = NFS_MAXATTRTIMO; in mountnfs()
2517 xb_get_32(error, &xb, nmp->nm_acregmax); in mountnfs()
2986 if (nmp->nm_acregmin > nmp->nm_acregmax) { in mountnfs()
2987 nmp->nm_acregmin = nmp->nm_acregmax; in mountnfs()
5431 xb_add_32(error, &xbinfo, nmp->nm_acregmax); /* ATTRCACHE_REG_MAX */ in nfs_mountinfo_assemble()