HomeSort by: relevance | last modified time | path
    Searched refs:nm_readahead (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsmount.h 57 int nm_readahead; /* Num. of blocks to readahead */ member in struct:nfsmount
nfs_clbio.c 469 if (nmp->nm_readahead > 0) {
470 for (nra = 0; nra < nmp->nm_readahead && nra < seqcount &&
635 if (nmp->nm_readahead > 0 &&
nfs_clvfsops.c 684 nmp->nm_readahead = argp->readahead;
686 nmp->nm_readahead = NFS_MAXRAHEAD;
1449 nmp->nm_readahead = NFS_DEFRAHEAD;
1997 nfscl_printoptval(nmp, nmp->nm_readahead, ",readahead", &buf, &blen);
  /src/sys/nfs/
nfsmount.h 154 int nm_readahead; /* Num. of blocks to readahead */ member in struct:nfsmount
nfs_vfsops.c 542 nmp->nm_readahead = argp->readahead;
616 args->readahead = nmp->nm_readahead;
744 nmp->nm_readahead = NFS_DEFRAHEAD;
nfs_bio.c 388 if (nfs_numasync > 0 && nmp->nm_readahead > 0 &&

Completed in 16 milliseconds