Lines Matching refs:lckstp
1830 struct nfsstate *stp, *lckstp = NULL; in nfsrv_lockctrl() local
1954 lckstp = new_stp; in nfsrv_lockctrl()
2017 nfsrv_getowner(&stp->ls_open, new_stp, &lckstp); in nfsrv_lockctrl()
2018 if (lckstp) { in nfsrv_lockctrl()
2032 lckstp = new_stp; in nfsrv_lockctrl()
2044 lckstp = stp; in nfsrv_lockctrl()
2046 lckstp = stp; in nfsrv_lockctrl()
2221 lckstp = NULL; in nfsrv_lockctrl()
2254 lckstp = NULL; in nfsrv_lockctrl()
2327 lckstp = NULL; in nfsrv_lockctrl()
2381 lckstp != lop->lo_stp && in nfsrv_lockctrl()
2383 lckstp->ls_ownerlen != lop->lo_stp->ls_ownerlen || in nfsrv_lockctrl()
2384 NFSBCMP(lckstp->ls_owner, lop->lo_stp->ls_owner, in nfsrv_lockctrl()
2385 lckstp->ls_ownerlen))) { in nfsrv_lockctrl()
2418 lckstp = NULL; in nfsrv_lockctrl()
2480 nfsrv_updatelock(lckstp, new_lopp, &other_lop, lfp); in nfsrv_lockctrl()
2481 stateidp->seqid = ++(lckstp->ls_stateid.seqid); in nfsrv_lockctrl()
2483 stateidp->seqid = lckstp->ls_stateid.seqid = 1; in nfsrv_lockctrl()
2484 stateidp->other[0] = lckstp->ls_stateid.other[0]; in nfsrv_lockctrl()
2485 stateidp->other[1] = lckstp->ls_stateid.other[1]; in nfsrv_lockctrl()
2486 stateidp->other[2] = lckstp->ls_stateid.other[2]; in nfsrv_lockctrl()