Lines Matching defs:lyp
5155 struct nfscllayout *lyp;
5164 * If lyp is returned non-NULL, there will be a refcnt (shared lock)
5168 lyp = nfscl_getlayout(nmp->nm_clp, nfhp->nfh_fh, nfhp->nfh_len,
5171 if (lyp == NULL || flp == NULL) {
5177 if (lyp == NULL) {
5188 stateid.seqid = lyp->nfsly_stateid.seqid;
5189 stateid.other[0] = lyp->nfsly_stateid.other[0];
5190 stateid.other[1] = lyp->nfsly_stateid.other[1];
5191 stateid.other[2] = lyp->nfsly_stateid.other[2];
5220 nfhp->nfh_len, &stateid, retonclose, &flh, &lyp,
5223 *lypp = lyp;
5225 nfsv4_unlock(&lyp->nfsly_lock, 0);
5227 *lypp = lyp;
5564 nfscl_findlayoutforio(struct nfscllayout *lyp, uint64_t off, uint32_t rwaccess,
5575 flp = LIST_FIRST(&lyp->nfsly_flayread);
5577 flp = LIST_FIRST(&lyp->nfsly_flayrw);
5606 struct nfscllayout *lyp, struct nfsclflayout *flp, uint64_t off,
5663 lyp->nfsly_flags |= NFSLY_WRITTEN;