Lines Matching defs:lckstp
1534 struct nfsstate *stp, *lckstp = NULL;
1658 lckstp = new_stp;
1721 nfsrv_getowner(&stp->ls_open, new_stp, &lckstp);
1722 if (lckstp)
1730 lckstp = new_stp;
1742 lckstp = stp;
1744 lckstp = stp;
1918 lckstp = NULL;
1951 lckstp = NULL;
2024 lckstp = NULL;
2078 lckstp != lop->lo_stp &&
2080 lckstp->ls_ownerlen != lop->lo_stp->ls_ownerlen ||
2081 NFSBCMP(lckstp->ls_owner, lop->lo_stp->ls_owner,
2082 lckstp->ls_ownerlen))) {
2115 lckstp = NULL;
2177 nfsrv_updatelock(lckstp, new_lopp, &other_lop, lfp);
2178 stateidp->seqid = ++(lckstp->ls_stateid.seqid);
2180 stateidp->seqid = lckstp->ls_stateid.seqid = 1;
2181 stateidp->other[0] = lckstp->ls_stateid.other[0];
2182 stateidp->other[1] = lckstp->ls_stateid.other[1];
2183 stateidp->other[2] = lckstp->ls_stateid.other[2];