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