Searched refs:nlyp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 7120 struct nfslayout *lyp, *nlyp; in nfsrv_flexmirrordel() local 7131 TAILQ_FOREACH_SAFE(lyp, &lhyp->list, lay_list, nlyp) { in nfsrv_flexmirrordel() 7159 TAILQ_FOREACH_SAFE(lyp, &loclyp, lay_list, nlyp) { in nfsrv_flexmirrordel() 7432 struct nfslayout *lyp, *nlyp; in nfsrv_addlayout() local 7458 TAILQ_FOREACH(nlyp, &lhyp->list, lay_list) { in nfsrv_addlayout() 7459 if (NFSBCMP(&nlyp->lay_fh, fhp, sizeof(*fhp)) == 0 && in nfsrv_addlayout() 7460 nlyp->lay_clientid.qval == nd->nd_clientid.qval) in nfsrv_addlayout() 7463 if (nlyp != NULL) { in nfsrv_addlayout() 7465 nlyp->lay_flags |= (lyp->lay_flags & (NFSLAY_READ | NFSLAY_RW)); in nfsrv_addlayout() 7466 NFSBCOPY(nlyp->lay_xdr, layp, nlyp->lay_layoutlen); in nfsrv_addlayout() [all …]
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 1769 struct nfscllayout *lyp, *nlyp; in nfscl_cleanclient() local 1772 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_cleanclient() 2134 struct nfscllayout *lyp, *nlyp; in nfscl_recover() local 2157 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_recover() 2733 struct nfscllayout *lyp, *nlyp; in nfscl_renewthread() local 2941 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { in nfscl_renewthread() 2981 nlyp = TAILQ_PREV(lyp, nfscllayouthead, nfsly_list); in nfscl_renewthread() 2999 lyp = nlyp; in nfscl_renewthread() 3016 TAILQ_FOREACH_SAFE(lyp, &rlh, nfsly_list, nlyp) { in nfscl_renewthread()
|