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