Lines Matching refs:nfsc_layout
910 TAILQ_INIT(&clp->nfsc_layout); in nfscl_getcl()
1772 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_cleanclient()
2157 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_recover()
2159 TAILQ_INIT(&clp->nfsc_layout); in nfscl_recover()
2941 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { in nfscl_renewthread()
2959 TAILQ_REMOVE(&clp->nfsc_layout, lyp, in nfscl_renewthread()
2979 lyp = TAILQ_LAST(&clp->nfsc_layout, nfscllayouthead); in nfscl_renewthread()
3817 TAILQ_FOREACH(lyp, &clp->nfsc_layout, in nfscl_docb()
3847 TAILQ_FOREACH(lyp, &clp->nfsc_layout, in nfscl_docb()
5338 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
5349 TAILQ_REMOVE(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
5350 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_layout()
5402 TAILQ_REMOVE(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_getlayout()
5403 TAILQ_INSERT_HEAD(&clp->nfsc_layout, lyp, nfsly_list); in nfscl_getlayout()