Searched refs:lyp (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs_clstate.c | 1894 struct nfscllayout *lyp, *nlyp; in nfscl_recover() local 1916 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_recover() 1917 nfscl_freelayout(lyp); in nfscl_recover() 2454 struct nfscllayout *lyp, *nlyp; in nfscl_renewthread() local 2631 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { in nfscl_renewthread() 2632 if ((lyp->nfsly_flags & NFSLY_RECALL) != 0) { in nfscl_renewthread() 2636 if (lyp->nfsly_lock.nfslock_usecnt > 0 || in nfscl_renewthread() 2637 (lyp->nfsly_lock.nfslock_lock & in nfscl_renewthread() 2639 lyp->nfsly_lock.nfslock_lock |= in nfscl_renewthread() 2641 (void)nfsmsleep(&lyp->nfsly_lock, in nfscl_renewthread() [all …]
|
| D | nfs_clrpcops.c | 5155 struct nfscllayout *lyp; in nfsrpc_getlayout() local 5168 lyp = nfscl_getlayout(nmp->nm_clp, nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_getlayout() 5171 if (lyp == NULL || flp == NULL) { in nfsrpc_getlayout() 5177 if (lyp == NULL) { in nfsrpc_getlayout() 5188 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getlayout() 5189 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getlayout() 5190 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getlayout() 5191 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getlayout() 5220 nfhp->nfh_len, &stateid, retonclose, &flh, &lyp, in nfsrpc_getlayout() 5223 *lypp = lyp; in nfsrpc_getlayout() [all …]
|