Home
last modified time | relevance | path

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

/freebsd/sys/nfsclient/
H A Dnfsmount.h65 int nm_readahead; /* Num. of blocks to readahead */ member
/freebsd/sys/fs/nfsclient/
H A Dnfsmount.h60 int nm_readahead; /* Num. of blocks to readahead */ member
H A Dnfs_clbio.c501 if (nmp->nm_readahead > 0 && ncl_bioread_dora(vp)) { in ncl_bioread()
502 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount && in ncl_bioread()
688 if (nmp->nm_readahead > 0 && ncl_bioread_dora(vp) && in ncl_bioread()
H A Dnfs_clvfsops.c732 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
734 nmp->nm_readahead = NFS_MAXRAHEAD; in nfs_decode_args()
1627 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
2283 nfscl_printoptval(nmp, nmp->nm_readahead, ",readahead", &buf, &blen); in nfscl_retopts()