Searched defs:nfs4_exception (Results 1 – 2 of 2) sorted by relevance
204 struct nfs4_exception { struct205 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;
199 struct nfs4_exception { struct200 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;