Lines Matching defs:nfs4_opendata
230 struct nfs4_opendata { struct
231 struct kref kref;
232 struct nfs_openargs o_arg;
233 struct nfs_openres o_res;
234 struct nfs_open_confirmargs c_arg;
235 struct nfs_open_confirmres c_res;
236 struct nfs4_string owner_name;
237 struct nfs4_string group_name;
238 struct nfs4_label *a_label;
239 struct nfs_fattr f_attr;
240 struct dentry *dir;
241 struct dentry *dentry;
242 struct nfs4_state_owner *owner;
243 struct nfs4_state *state;
244 struct iattr attrs;
245 struct nfs4_layoutget *lgp;
246 unsigned long timestamp;
247 bool rpc_done;
248 bool file_created;
249 bool is_recover;
250 bool cancelled;
251 int rpc_status;