Searched refs:nm_acdirmax (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsmount.h158 int nm_acdirmax; /* dir max attr cache timeout */ member in struct:nfsmount
H A Dnfs_vfsops.c1564 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO;
1661 nmp->nm_acdirmax = argp->acdirmax;
1664 if (nmp->nm_acdirmin > nmp->nm_acdirmax)
1665 nmp->nm_acdirmin = nmp->nm_acdirmax;
H A Dnfs_subs.c1358 else if (timeo > nmp->nm_acdirmax)
1359 timeo = nmp->nm_acdirmax;

Completed in 182 milliseconds