Lines Matching refs:ls_openowner
957 stp->ls_openowner->ls_ownerlen; in nfsrv_dumplocks()
958 NFSBCOPY(stp->ls_openowner->ls_owner, in nfsrv_dumplocks()
960 stp->ls_openowner->ls_ownerlen); in nfsrv_dumplocks()
1667 ((stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM) || in nfsrv_lockctrl()
1710 stp->ls_openowner, new_stp->ls_op); in nfsrv_lockctrl()
2670 if (ownerstp && stp->ls_openowner == ownerstp) in nfsrv_openctrl()
2841 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
2844 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
2945 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
2948 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
3042 new_open->ls_openowner = ownerstp; in nfsrv_openctrl()
3116 new_open->ls_openowner = new_stp; in nfsrv_openctrl()
3258 (stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM)) || in nfsrv_openupdate()
3260 (!(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM))))) in nfsrv_openupdate()
3265 stp->ls_openowner, new_stp->ls_op); in nfsrv_openupdate()
3289 nfsrv_freeopenowner(stp->ls_openowner, 0, p); in nfsrv_openupdate()
3311 if (!(stp->ls_openowner->ls_flags & NFSLCK_NEEDSCONFIRM)) in nfsrv_openupdate()
3313 stp->ls_openowner->ls_flags = 0; in nfsrv_openupdate()
3326 ownerstp = stp->ls_openowner; in nfsrv_openupdate()
5454 LIST_FOREACH(tstp, &stp->ls_openowner->ls_open, ls_list) { in nfsrv_nootherstate()