Home
last modified time | relevance | path

Searched refs:nfsc_layout (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/client/
H A Dnfs_clstate.c775 TAILQ_INIT(&clp->nfsc_layout); in nfscl_getcl()
1918 TAILQ_INIT(&clp->nfsc_layout); in nfscl_recover()
2647 TAILQ_REMOVE(&clp->nfsc_layout, lyp, in nfscl_renewthread()
2667 lyp = TAILQ_LAST(&clp->nfsc_layout, nfscllayouthead); in nfscl_renewthread()
3396 TAILQ_FOREACH(lyp, &clp->nfsc_layout, in nfscl_docb()
3425 TAILQ_FOREACH(lyp, &clp->nfsc_layout, in nfscl_docb()
4738 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
4746 TAILQ_REMOVE(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
4747 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
4798 TAILQ_REMOVE(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_getlayout()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfsclstate.h100 struct nfscllayouthead nfsc_layout; member