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