Lines Matching refs:ls_op
1576 if (stp->ls_op) in nfsrv_freeopenowner()
1577 nfsrvd_derefcache(stp->ls_op); in nfsrv_freeopenowner()
1656 if (stp->ls_op) in nfsrv_freelockowner()
1657 nfsrvd_derefcache(stp->ls_op); in nfsrv_freelockowner()
2012 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
2042 stp, new_stp->ls_op); in nfsrv_lockctrl()
2493 nfsrvd_refcache(new_stp->ls_op); in nfsrv_lockctrl()
2600 new_stp->ls_op); in nfsrv_opencheck()
3166 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
3272 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
3291 if (ownerstp->ls_op) in nfsrv_openctrl()
3292 nfsrvd_derefcache(ownerstp->ls_op); in nfsrv_openctrl()
3293 ownerstp->ls_op = new_stp->ls_op; in nfsrv_openctrl()
3294 nfsrvd_refcache(ownerstp->ls_op); in nfsrv_openctrl()
3393 nfsrvd_refcache(new_stp->ls_op); in nfsrv_openctrl()
3485 stp->ls_openowner, new_stp->ls_op); in nfsrv_openupdate()
4028 if (stp->ls_op && stp->ls_op->rc_refcnt <= 0) { in nfsrv_checkseqid()
4029 printf("refcnt=%d\n", stp->ls_op->rc_refcnt); in nfsrv_checkseqid()
4038 if (stp->ls_op) in nfsrv_checkseqid()
4039 nfsrvd_derefcache(stp->ls_op); in nfsrv_checkseqid()
4040 stp->ls_op = op; in nfsrv_checkseqid()
4044 } else if (stp->ls_seq == seqid && stp->ls_op && in nfsrv_checkseqid()
4045 op->rc_xid == stp->ls_op->rc_xid && in nfsrv_checkseqid()
4047 op->rc_reqlen == stp->ls_op->rc_reqlen && in nfsrv_checkseqid()
4048 op->rc_cksum == stp->ls_op->rc_cksum) { in nfsrv_checkseqid()
4049 if (stp->ls_op->rc_flag & RC_INPROG) { in nfsrv_checkseqid()
4053 nd->nd_rp = stp->ls_op; in nfsrv_checkseqid()
5703 stp->ls_op = NULL; in nfsrv_checksetattr()