• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/fs/nfsserver/

Lines Matching refs:stateid

1611  * This function looks up an nfsstate structure via stateid.
1746 * check against the stateid, before incrementing the seqid#, since
1817 * Look up the stateid
1823 * stateid that refers to the wrong file, for an open stateid
1843 * If the lockowner stateid doesn't refer to the same file,
1907 * If the seqid part of the stateid isn't the same, return
1988 * Called to check for a lock, OK if the stateid is all
2013 * - stateid for an open
2014 * - stateid for a delegation
2015 * - stateid for a lock owner
3446 * Get the open structure via clientid and stateid.
3496 * Set the return stateid.
3617 * Get the open structure via clientid and stateid.
4329 * and DelegPurge have a clientid, the rest a stateid.
4728 * Return the next index# for a stateid. Mostly just increment and return
5297 * stateid, up to the timelimit.)
5633 * the size get a stateid of all 0s, so you can't tell if it is a delegation
6523 * Free a stateid.
6526 * free an open stateid (it will be free'd when closed), so this function
6539 * Look up the stateid
6561 /* Not a lock_owner stateid. */
6572 * Test a stateid.
6584 * Look up the stateid
6770 NFSD_DEBUG(1, "ret bad stateid\n");
6778 * stateid, as it would when there is no layout.
6975 /* Skip offset, length and stateid for now. */
7047 * The layout stateid.seqid needs to be incremented
7110 nfsv4stateid_t stateid;
7120 * The layout stateid.seqid needs to be incremented
7126 stateid = lyp->lay_stateid;
7134 error = nfsrv_recalllayout(clientid, &stateid, &fh, NULL, 0,
7148 lyp->lay_stateid.other[0] == stateid.other[0] &&
7149 lyp->lay_stateid.other[1] == stateid.other[1] &&
7150 lyp->lay_stateid.other[2] == stateid.other[2]) {
7218 NFSD_DEBUG(4, "nfsrv_layoutreturn: stateid %d"
8279 * The layout stateid.seqid needs to be incremented