nfs_clstate.c | 1894 struct nfscllayout *lyp, *nlyp; local in function:nfscl_recover 1916 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) 2454 struct nfscllayout *lyp, *nlyp; local in function:nfscl_renewthread 2631 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { 2669 nlyp = TAILQ_PREV(lyp, nfscllayouthead, nfsly_list); 2684 lyp = nlyp; 2701 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) {
|