Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/nfs/
HDnfsmount.h88 int nm_readahead; /* Num. of blocks to readahead */ member
HDnfs_vfsops.c900 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
902 nmp->nm_readahead = NFS_MAXRAHEAD; in nfs_decode_args()
1072 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
HDnfs_bio.c193 if (nmp->nm_readahead > 0 && nfs_asyncok(nmp)) { in nfs_bioread()
194 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount && in nfs_bioread()
364 if (nmp->nm_readahead > 0 && nfs_asyncok(nmp) && in nfs_bioread()