Lines Matching refs:openstp
1102 struct nfsstate *stp, *openstp, *lckownstp; in nfsrv_dumpaclient() local
1140 LIST_FOREACH(openstp, &stp->ls_open, ls_list) { in nfsrv_dumpaclient()
1142 LIST_FOREACH(lckownstp, &openstp->ls_open, ls_list) { in nfsrv_dumpaclient()
2807 struct nfsstate *openstp = NULL, *new_open, *ownerstp, *new_deleg; in nfsrv_openctrl() local
2986 openstp = stp; in nfsrv_openctrl()
3012 openstp = NULL; in nfsrv_openctrl()
3084 openstp = NULL; in nfsrv_openctrl()
3175 openstp = new_open; in nfsrv_openctrl()
3195 if (stp == LIST_END(&lfp->lf_deleg) && openstp == NULL) { in nfsrv_openctrl()
3281 openstp = new_open; in nfsrv_openctrl()
3307 openstp = stp; in nfsrv_openctrl()
3308 } else if (openstp) { in nfsrv_openctrl()
3309 openstp->ls_flags |= (new_stp->ls_flags & NFSLCK_SHAREBITS); in nfsrv_openctrl()
3310 openstp->ls_stateid.seqid++; in nfsrv_openctrl()
3312 openstp->ls_stateid.seqid == 0) in nfsrv_openctrl()
3313 openstp->ls_stateid.seqid = 1; in nfsrv_openctrl()
3337 openstp = new_open; in nfsrv_openctrl()
3400 openstp = new_open; in nfsrv_openctrl()
3409 stateidp->seqid = openstp->ls_stateid.seqid; in nfsrv_openctrl()
3410 stateidp->other[0] = openstp->ls_stateid.other[0]; in nfsrv_openctrl()
3411 stateidp->other[1] = openstp->ls_stateid.other[1]; in nfsrv_openctrl()
3412 stateidp->other[2] = openstp->ls_stateid.other[2]; in nfsrv_openctrl()
3687 struct nfsstate *stp, *nstp, *openstp, *ownstp; in nfsrv_releaselckown() local
3710 LIST_FOREACH(openstp, &ownstp->ls_open, ls_list) { in nfsrv_releaselckown()
3711 stp = LIST_FIRST(&openstp->ls_open); in nfsrv_releaselckown()
3712 while (stp != LIST_END(&openstp->ls_open)) { in nfsrv_releaselckown()