Lines Matching defs:nfs4_opendata
911 struct nfs4_opendata { struct
912 struct kref kref;
913 struct nfs_openargs o_arg;
914 struct nfs_openres o_res;
915 struct nfs_open_confirmargs c_arg;
916 struct nfs_open_confirmres c_res;
917 struct nfs4_string owner_name;
918 struct nfs4_string group_name;
919 struct nfs_fattr f_attr;
920 struct nfs4_label *f_label;
921 struct dentry *dir;
922 struct dentry *dentry;
923 struct nfs4_state_owner *owner;
924 struct nfs4_state *state;
925 struct iattr attrs;
926 unsigned long timestamp;
927 unsigned int rpc_done : 1;
928 unsigned int file_created : 1;
929 unsigned int is_recover : 1;
930 int rpc_status;
931 int cancelled;