Searched refs:nm_acdirmax (Results 1 – 3 of 3) sorted by relevance
290 time_t nm_acdirmax; /* dir max attr cache timeout */ member
1898 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()
2415 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()