Home
last modified time | relevance | path

Searched refs:lyp (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/fs/nfsclient/
HDnfs_clstate.c1892 struct nfscllayout *lyp, *nlyp; in nfscl_recover() local
1914 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) in nfscl_recover()
1915 nfscl_freelayout(lyp); in nfscl_recover()
2452 struct nfscllayout *lyp, *nlyp; in nfscl_renewthread() local
2629 TAILQ_FOREACH_SAFE(lyp, &clp->nfsc_layout, nfsly_list, nlyp) { in nfscl_renewthread()
2630 if ((lyp->nfsly_flags & NFSLY_RECALL) != 0) { in nfscl_renewthread()
2634 if (lyp->nfsly_lock.nfslock_usecnt > 0 || in nfscl_renewthread()
2635 (lyp->nfsly_lock.nfslock_lock & in nfscl_renewthread()
2637 lyp->nfsly_lock.nfslock_lock |= in nfscl_renewthread()
2639 (void)nfsmsleep(&lyp->nfsly_lock, in nfscl_renewthread()
[all …]
HDnfs_clrpcops.c5097 struct nfscllayout *lyp; in nfsrpc_getlayout() local
5110 lyp = nfscl_getlayout(nmp->nm_clp, nfhp->nfh_fh, nfhp->nfh_len, in nfsrpc_getlayout()
5113 if (lyp == NULL || flp == NULL) { in nfsrpc_getlayout()
5119 if (lyp == NULL) { in nfsrpc_getlayout()
5130 stateid.seqid = lyp->nfsly_stateid.seqid; in nfsrpc_getlayout()
5131 stateid.other[0] = lyp->nfsly_stateid.other[0]; in nfsrpc_getlayout()
5132 stateid.other[1] = lyp->nfsly_stateid.other[1]; in nfsrpc_getlayout()
5133 stateid.other[2] = lyp->nfsly_stateid.other[2]; in nfsrpc_getlayout()
5162 nfhp->nfh_len, &stateid, retonclose, &flh, &lyp, in nfsrpc_getlayout()
5165 *lypp = lyp; in nfsrpc_getlayout()
[all …]