Searched refs:nm_acregmax (Results 1 – 3 of 3) sorted by relevance
288 time_t nm_acregmax; /* reg file max attr cache timeout */ member
1898 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()
2413 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()