Lines Matching defs:stateid
470 * Get a stateid for an I/O operation. First, look for an open and iff
471 stateid or the open stateid.
472 * If no Open is found, just return error and the special stateid of all zeros.
490 * Initially, just set the special stateid of all zeros.
491 * (Don't do this for a DS, since the special stateid can't be used.)
555 /* Don't return a lock stateid for a DS. */
597 * No lock stateid, so return the open stateid.
1945 * clientid/stateid and will get a NFSERR_STALESTATEID,
2926 printf("DUP STATEID\n");
3159 nfsv4stateid_t stateid;
3291 stateid.seqid = *tl++;
3292 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other,
3347 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
3348 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
3366 !NFSBCMP(stateid.other,
3373 len, stateid.seqid,
5135 nfsv4stateid_t stateid;
5137 NFSBCOPY(lyp->nfsly_stateid.other, stateid.other, NFSX_STATEIDOTHER);
5139 stateid.seqid = rp->nfsrecly_stateseqid;
5144 &stateid, 0, NULL, cred, p, NULL);