Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clstate.c826 TAILQ_INIT(&clp->nfsc_layout); in nfscl_getcl()
1680 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_cleanclient()
2054 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_recover()
2056 TAILQ_INIT(&clp->nfsc_layout); in nfscl_recover()
2825 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { in nfscl_renewthread()
2843 TAILQ_REMOVE(&clp->nfsc_layout, lyp, in nfscl_renewthread()
2863 lyp = TAILQ_LAST(&clp->nfsc_layout, nfscllayouthead); in nfscl_renewthread()
3698 TAILQ_FOREACH(lyp, &clp->nfsc_layout, in nfscl_docb()
3728 TAILQ_FOREACH(lyp, &clp->nfsc_layout, in nfscl_docb()
5091 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
[all …]
/freebsd-12-stable/sys/fs/nfs/
Dnfsclstate.h104 struct nfscllayouthead nfsc_layout; member