Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/nfs/client/
H A Dnfsmount.h57 int nm_readahead; /* Num. of blocks to readahead */ member
H A Dnfs_clvfsops.c684 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
686 nmp->nm_readahead = NFS_MAXRAHEAD; in nfs_decode_args()
1449 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
1997 nfscl_printoptval(nmp, nmp->nm_readahead, ",readahead", &buf, &blen); in nfscl_retopts()
H A Dnfs_clbio.c469 if (nmp->nm_readahead > 0) { in ncl_bioread()
470 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount && in ncl_bioread()
635 if (nmp->nm_readahead > 0 && in ncl_bioread()
/netbsd-src/sys/nfs/
H A Dnfsmount.h154 int nm_readahead; /* Num. of blocks to readahead */
155 int nm_readahead; /* Num. of blocks to readahead */ global() member
H A Dnfs_vfsops.c542 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
616 args->readahead = nmp->nm_readahead; in nfs_mount()
744 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
H A Dnfs_bio.c388 if (nfs_numasync > 0 && nmp->nm_readahead > 0 && in nfs_bioread()