Lines Matching defs:nfs4_opendata
218 struct nfs4_opendata { struct
219 struct kref kref;
220 struct nfs_openargs o_arg;
221 struct nfs_openres o_res;
222 struct nfs_open_confirmargs c_arg;
223 struct nfs_open_confirmres c_res;
224 struct nfs4_string owner_name;
225 struct nfs4_string group_name;
226 struct nfs4_label *a_label;
227 struct nfs_fattr f_attr;
228 struct nfs4_label *f_label;
229 struct dentry *dir;
230 struct dentry *dentry;
231 struct nfs4_state_owner *owner;
232 struct nfs4_state *state;
233 struct iattr attrs;
234 struct nfs4_layoutget *lgp;
235 unsigned long timestamp;
236 bool rpc_done;
237 bool file_created;
238 bool is_recover;
239 bool cancelled;
240 int rpc_status;