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