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

  /src/sys/fs/nfs/common/
nfsclstate.h 240 struct nfsclflayouthead nfsly_flayread; member in struct:nfscllayout
265 * These hang off of nfsly_flayread and nfsly_flayrw, sorted in increasing
267 * The nfsly_flayread list holds the ones with iomode == NFSLAYOUTIOMODE_READ,
  /src/sys/fs/nfs/client/
nfs_clstate.c 4733 LIST_INIT(&lyp->nfsly_flayread);
4770 nfscl_mergeflayouts(&lyp->nfsly_flayread, fhlp);
5019 LIST_FOREACH_SAFE(flp, &layp->nfsly_flayread, nfsfl_list, nflp) {
nfs_clrpcops.c 5575 flp = LIST_FIRST(&lyp->nfsly_flayread);

Completed in 19 milliseconds