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