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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h276 uint32_t nm_acdirmax; /* dir max attr cache timeout */ member in struct:nfsmount
H A Dnfs_subs.c1597 timeo = isdir ? nmp->nm_acdirmax : nmp->nm_acregmax;
1610 else if (timeo > nmp->nm_acdirmax)
1611 timeo = nmp->nm_acdirmax;
H A Dnfs_vfsops.c2698 nmp->nm_acdirmax = NFS_MAXDIRATTRTIMO;
2791 xb_get_32(error, &xb, nmp->nm_acdirmax);
3060 if (nmp->nm_acdirmin > nmp->nm_acdirmax)
3061 nmp->nm_acdirmin = nmp->nm_acdirmax;
4952 xb_add_32(error, &xbinfo, nmp->nm_acdirmax); /* ATTRCACHE_DIR_MAX */

Completed in 84 milliseconds