Lines Matching defs:stateid
514 * Get a stateid for an I/O operation. First, look for an open and iff
515 * found, return either a lockowner stateid or the open stateid.
516 * If no Open is found, just return error and the special stateid of all zeros.
537 * Initially, just set the special stateid of all zeros.
538 * (Don't do this for a DS, since the special stateid can't be used.)
553 * NFS vnode, that can be used as a stateid. This can only be
639 /* Don't return a lock stateid for a DS. */
692 * No lock stateid, so return the open stateid.
2185 * clientid/stateid and will get a NFSERR_STALESTATEID,
3562 nfsv4stateid_t stateid;
3704 stateid.seqid = *tl++;
3705 NFSBCOPY((caddr_t)tl, (caddr_t)stateid.other,
3760 stateid.seqid = fxdr_unsigned(uint32_t, *tl++);
3761 NFSBCOPY(tl, stateid.other, NFSX_STATEIDOTHER);
3766 stateid.seqid, error);
3781 !NFSBCMP(stateid.other,
3788 len, stateid.seqid,
3792 stateid.seqid >
3795 stateid.seqid;
5777 nfsv4stateid_t stateid;
5780 NFSBCOPY(lyp->nfsly_stateid.other, stateid.other, NFSX_STATEIDOTHER);
5781 stateid.seqid = lyp->nfsly_stateid.seqid;
5791 &stateid, cred, p, rp->nfsrecly_stat, rp->nfsrecly_op,