Home
last modified time | relevance | path

Searched defs:nfs4_exception (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
Dnfs4_fs.h204 struct nfs4_exception { struct
205 struct nfs4_state *state;
206 struct inode *inode;
207 nfs4_stateid *stateid;
208 long timeout;
209 unsigned char task_is_privileged : 1;
210 unsigned char delay : 1,
211 recovering : 1,
212 retry : 1;
213 bool interruptible;
/kernel/linux/linux-4.19/fs/nfs/
Dnfs4_fs.h199 struct nfs4_exception { struct
200 struct nfs4_state *state;
201 struct inode *inode;
202 nfs4_stateid *stateid;
203 long timeout;
204 unsigned char delay : 1,
205 recovering : 1,
206 retry : 1;