Lines Matching defs:nfs4_opendata
227 struct nfs4_opendata { struct
228 struct kref kref;
229 struct nfs_openargs o_arg;
230 struct nfs_openres o_res;
231 struct nfs_open_confirmargs c_arg;
232 struct nfs_open_confirmres c_res;
233 struct nfs4_string owner_name;
234 struct nfs4_string group_name;
235 struct nfs4_label *a_label;
236 struct nfs_fattr f_attr;
237 struct nfs4_label *f_label;
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;