Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfsmount.h57 int nm_readahead; /* Num. of blocks to readahead */ member
H A Dnfs_clvfsops.c667 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
669 nmp->nm_readahead = NFS_MAXRAHEAD; in nfs_decode_args()
1281 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
1824 nfscl_printoptval(nmp, nmp->nm_readahead, ",readahead", &buf, &blen); in nfscl_retopts()
H A Dnfs_clbio.c494 if (nmp->nm_readahead > 0) { in ncl_bioread()
495 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount && in ncl_bioread()
660 if (nmp->nm_readahead > 0 && in ncl_bioread()
/dports/misc/rump/buildrump.sh-b914579/src/sys/nfs/
H A Dnfsmount.h155 int nm_readahead; /* Num. of blocks to readahead */ member
H A Dnfs_vfsops.c554 nmp->nm_readahead = argp->readahead; in nfs_decode_args()
628 args->readahead = nmp->nm_readahead; in nfs_mount()
754 nmp->nm_readahead = NFS_DEFRAHEAD; in mountnfs()
H A Dnfs_bio.c388 if (nfs_numasync > 0 && nmp->nm_readahead > 0 && in nfs_bioread()