HomeSort by: relevance | last modified time | path
    Searched refs:nm_acregmax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsmount.h 62 int nm_acregmax; /* Reg file attr cache max lifetime */ member in struct:nfsmount
nfs_clsubs.c 207 else if (timeo > nmp->nm_acregmax)
208 timeo = nmp->nm_acregmax;
214 nmp->nm_acregmin, nmp->nm_acregmax,
nfs_clvfsops.c 666 nmp->nm_acregmax = argp->acregmax;
668 nmp->nm_acregmax = NFS_MAXATTRTIMO;
679 if (nmp->nm_acregmin > nmp->nm_acregmax)
680 nmp->nm_acregmin = nmp->nm_acregmax;
1989 nfscl_printoptval(nmp, nmp->nm_acregmax, ",acregmax", &buf, &blen);

Completed in 13 milliseconds