Searched refs:lyp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/fs/nfsclient/ |
| D | nfs_clstate.c | 1630 struct nfscllayout *lyp, *nlyp; in nfscl_cleanclient() local 1633 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_cleanclient() 1634 nfscl_freelayout(lyp); in nfscl_cleanclient() 1977 struct nfscllayout *lyp, *nlyp; in nfscl_recover() local 1999 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_recover() 2000 nfscl_freelayout(lyp); in nfscl_recover() 2530 struct nfscllayout *lyp, *nlyp; in nfscl_renewthread() local 2712 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { in nfscl_renewthread() 2713 if ((lyp->nfsly_flags & NFSLY_RECALL) != 0) { in nfscl_renewthread() 2717 if (lyp->nfsly_lock.nfslock_usecnt > 0 || in nfscl_renewthread() [all …]
|
| D | nfs_clrpcops.c | 5231 struct nfscllayout *lyp; in nfsrpc_getlayout() local 5245 lyp = nfscl_getlayout(nmp->nm_clp, nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_getlayout() 5248 if (lyp == NULL || flp == NULL) { in nfsrpc_getlayout() 5255 if (lyp == NULL) { in nfsrpc_getlayout() 5266 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getlayout() 5267 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getlayout() 5268 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getlayout() 5269 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getlayout() 5298 nfhp->nfh_len, &stateid, retonclose, &flh, &lyp, in nfsrpc_getlayout() 5301 *lypp = lyp; in nfsrpc_getlayout() [all …]
|