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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h272 uint32_t nm_readahead; /* Num. of blocks to readahead */ member in struct:nfsmount
H A Dnfs_bio.c1847 if (nmp->nm_readahead <= 0)
1852 for (nra = 0; (nra < nmp->nm_readahead) && (*rabnp <= lastrabn); nra++, *rabnp = *rabnp + 1) {
1980 if (nmp->nm_readahead > 0) {
1989 maxrabn += nmp->nm_readahead;
2051 lastrabn = MIN(maxrabn, lbn + nmp->nm_readahead);
H A Dnfs_vfsops.c2688 nmp->nm_readahead = NFS_DEFRAHEAD;
2777 xb_get_32(error, &xb, nmp->nm_readahead);
3056 if (nmp->nm_readahead > NFS_MAXRAHEAD)
3057 nmp->nm_readahead = NFS_MAXRAHEAD;
4945 xb_add_32(error, &xbinfo, nmp->nm_readahead); /* READAHEAD */

Completed in 35 milliseconds