Lines Matching defs:stateid

1754  * This function looks up an nfsstate structure via stateid.
1889 * check against the stateid, before incrementing the seqid#, since
1960 * Look up the stateid
1966 * stateid that refers to the wrong file, for an open stateid
1986 * If the lockowner stateid doesn't refer to the same file,
2050 * If the seqid part of the stateid isn't the same, return
2131 * Called to check for a lock, OK if the stateid is all
2156 * - stateid for an open
2157 * - stateid for a delegation
2158 * - stateid for a lock owner
3465 * Get the open structure via clientid and stateid.
3515 * Set the return stateid.
3624 * Get the open structure via clientid and stateid.
4341 * and DelegPurge have a clientid, the rest a stateid.
4752 * Return the next index# for a stateid. Mostly just increment and return
5326 * stateid, up to the timelimit.)
5669 * the size get a stateid of all 0s, so you can't tell if it is a delegation
6613 * Free a stateid.
6616 * free an open stateid (it will be free'd when closed), so this function
6629 * Look up the stateid
6651 /* Not a lock_owner stateid. */
6662 * Test a stateid.
6674 * Look up the stateid
6862 NFSD_DEBUG(1, "ret bad stateid\n");
6870 * stateid, as it would when there is no layout.
7082 /* Skip offset, length and stateid for now. */
7162 * The layout stateid.seqid needs to be incremented
7225 nfsv4stateid_t stateid;
7235 * The layout stateid.seqid needs to be incremented
7241 stateid = lyp->lay_stateid;
7249 error = nfsrv_recalllayout(clientid, &stateid, &fh, NULL, 0,
7263 lyp->lay_stateid.other[0] == stateid.other[0] &&
7264 lyp->lay_stateid.other[1] == stateid.other[1] &&
7265 lyp->lay_stateid.other[2] == stateid.other[2]) {
7333 NFSD_DEBUG(4, "nfsrv_layoutreturn: stateid %d"
8404 * The layout stateid.seqid needs to be incremented