Lines Matching defs:openstp
866 struct nfsstate *stp, *openstp, *lckownstp;
893 LIST_FOREACH(openstp, &stp->ls_open, ls_list) {
895 LIST_FOREACH(lckownstp, &openstp->ls_open, ls_list) {
2501 struct nfsstate *openstp = NULL, *new_open, *ownerstp, *new_deleg;
2677 openstp = stp;
2703 openstp = NULL;
2770 openstp = NULL;
2861 openstp = new_open;
2881 if (stp == NULL && openstp == NULL) {
2965 openstp = new_open;
2991 openstp = stp;
2992 } else if (openstp) {
2993 openstp->ls_flags |= (new_stp->ls_flags & NFSLCK_SHAREBITS);
2994 openstp->ls_stateid.seqid++;
2996 openstp->ls_stateid.seqid == 0)
2997 openstp->ls_stateid.seqid = 1;
3056 openstp = new_open;
3197 openstp = new_open;
3206 stateidp->seqid = openstp->ls_stateid.seqid;
3207 stateidp->other[0] = openstp->ls_stateid.other[0];
3208 stateidp->other[1] = openstp->ls_stateid.other[1];
3209 openstp->ls_stateid.other[2];
3473 struct nfsstate *stp, *nstp, *openstp, *ownstp;
3496 LIST_FOREACH(openstp, &ownstp->ls_open, ls_list) {
3497 stp = LIST_FIRST(&openstp->ls_open);