Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/nfs/
HDnfsclstate.h257 struct nfsclflayouthead nfsly_flayrw; member
/freebsd-head/sys/fs/nfsclient/
HDnfs_clstate.c5330 LIST_INIT(&lyp->nfsly_flayrw); in nfscl_layout()
5375 nfscl_mergeflayouts(&lyp->nfsly_flayrw, fhlp); in nfscl_layout()
5457 if (!LIST_EMPTY(&lyp->nfsly_flayrw)) in nfscl_retoncloselayout()
5491 if (!LIST_EMPTY(&lyp->nfsly_flayrw)) in nfscl_dserr()
5714 LIST_FOREACH_SAFE(flp, &layp->nfsly_flayrw, nfsfl_list, nflp) { in nfscl_freelayout()
5888 LIST_FOREACH(flp, &lyp->nfsly_flayrw, nfsfl_list) { in nfscl_dolayoutcommit()
HDnfs_clrpcops.c6650 flp = LIST_FIRST(&lyp->nfsly_flayrw); in nfscl_findlayoutforio()