Searched refs:nm_acregmax (Results 1 – 3 of 3) sorted by relevance
289 time_t nm_acregmax; /* reg file max attr cache timeout */ member
1896 timeo = isdir ? nmp->nm_acdirmax : nmp->nm_acregmax; in nfs_attrcachetimeout()1917 } else if (timeo > nmp->nm_acregmax) { in nfs_attrcachetimeout()1918 timeo = nmp->nm_acregmax; in nfs_attrcachetimeout()
2409 nmp->nm_acregmax = NFS_MAXATTRTIMO; in mountnfs()2513 xb_get_32(error, &xb, nmp->nm_acregmax); in mountnfs()2981 if (nmp->nm_acregmin > nmp->nm_acregmax) { in mountnfs()2982 nmp->nm_acregmin = nmp->nm_acregmax; in mountnfs()5430 xb_add_32(error, &xbinfo, nmp->nm_acregmax); /* ATTRCACHE_REG_MAX */ in nfs_mountinfo_assemble()