Lines Matching defs:stateid
145 * LOCK: one nfs4_state (LOCK) to hold the lock stateid nfs4_state(OPEN)
164 NFS_DELEGATED_STATE, /* Current stateid is delegation */
165 NFS_OPEN_STATE, /* OPEN stateid is set */
166 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */
167 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */
168 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */
169 NFS_STATE_RECLAIM_REBOOT, /* OPEN stateid server rebooted */
170 NFS_STATE_RECLAIM_NOGRACE, /* OPEN stateid needs to recover state */
172 NFS_STATE_RECOVERY_FAILED, /* OPEN stateid state recovery failed */
191 seqlock_t seqlock; /* Protects the stateid/open_stateid */
192 nfs4_stateid stateid; /* Current stateid: may be delegation */
193 nfs4_stateid open_stateid; /* OPEN stateid */
210 nfs4_stateid *stateid;
319 extern int nfs4_set_rw_stateid(nfs4_stateid *stateid,
502 const nfs4_stateid *stateid);
638 const nfs4_stateid *stateid)
641 nfs4_stateid_match_other(&state->open_stateid, stateid);