Lines Matching defs:nfs4_opendata
980 struct nfs4_opendata { struct
981 struct kref kref;
982 struct nfs_openargs o_arg;
983 struct nfs_openres o_res;
984 struct nfs_open_confirmargs c_arg;
985 struct nfs_open_confirmres c_res;
986 struct nfs4_string owner_name;
987 struct nfs4_string group_name;
988 struct nfs4_label *a_label;
989 struct nfs_fattr f_attr;
990 struct nfs4_label *f_label;
991 struct dentry *dir;
992 struct dentry *dentry;
993 struct nfs4_state_owner *owner;
994 struct nfs4_state *state;
995 struct iattr attrs;
996 unsigned long timestamp;
997 unsigned int rpc_done : 1;
998 unsigned int file_created : 1;
999 unsigned int is_recover : 1;
1000 int rpc_status;
1001 int cancelled;