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