Lines Matching refs:stateid
144 * LOCK: one nfs4_state (LOCK) to hold the lock stateid nfs4_state(OPEN)
162 NFS_DELEGATED_STATE, /* Current stateid is delegation */
163 NFS_OPEN_STATE, /* OPEN stateid is set */
164 NFS_O_RDONLY_STATE, /* OPEN stateid has read-only state */
165 NFS_O_WRONLY_STATE, /* OPEN stateid has write-only state */
166 NFS_O_RDWR_STATE, /* OPEN stateid has read/write state */
167 NFS_STATE_RECLAIM_REBOOT, /* OPEN stateid server rebooted */
168 NFS_STATE_RECLAIM_NOGRACE, /* OPEN stateid needs to recover state */
170 NFS_STATE_RECOVERY_FAILED, /* OPEN stateid state recovery failed */
189 seqlock_t seqlock; /* Protects the stateid/open_stateid */
190 nfs4_stateid stateid; /* Current stateid: may be delegation */
191 nfs4_stateid open_stateid; /* OPEN stateid */
208 nfs4_stateid *stateid;
317 extern int nfs4_set_rw_stateid(nfs4_stateid *stateid,
499 const nfs4_stateid *stateid);
635 const nfs4_stateid *stateid)
638 nfs4_stateid_match_other(&state->open_stateid, stateid);