Searched refs:nfsly_flayrw (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/fs/nfs/common/
H A Dnfsclstate.h241 struct nfsclflayouthead nfsly_flayrw; member in struct:nfscllayout
265 * These hang off of nfsly_flayread and nfsly_flayrw, sorted in increasing
268 * whereas the nfsly_flayrw holds the ones with iomode == NFSLAYOUTIOMODE_RW.
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clstate.c4734 LIST_INIT(&lyp->nfsly_flayrw);
4772 nfscl_mergeflayouts(&lyp->nfsly_flayrw, fhlp);
5023 LIST_FOREACH_SAFE(flp, &layp->nfsly_flayrw, nfsfl_list, nflp) {
5159 LIST_FOREACH(flp, &lyp->nfsly_flayrw, nfsfl_list) {
H A Dnfs_clrpcops.c5582 flp = LIST_FIRST(&lyp->nfsly_flayrw);

Completed in 86 milliseconds