Searched refs:nm_readahead (Results 1 – 3 of 3) sorted by relevance
287 uint32_t nm_readahead; /* Num. of blocks to readahead */ member
2029 if (nmp->nm_readahead <= 0) { in nfs_buf_readahead()2036 for (nra = 0; (nra < nmp->nm_readahead) && (*rabnp <= lastrabn); nra++, *rabnp = *rabnp + 1) { in nfs_buf_readahead()2170 if (nmp->nm_readahead > 0) { in nfs_bioread()2180 maxrabn += nmp->nm_readahead; in nfs_bioread()2243 lastrabn = MIN(maxrabn, lbn + nmp->nm_readahead); in nfs_bioread()
2399 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()2506 xb_get_32(error, &xb, nmp->nm_readahead); in mountnfs()2978 if (nmp->nm_readahead > NFS_MAXRAHEAD) { in mountnfs()2979 nmp->nm_readahead = NFS_MAXRAHEAD; in mountnfs()5427 xb_add_32(error, &xbinfo, nmp->nm_readahead); /* READAHEAD */ in nfs_mountinfo_assemble()