Searched defs:nfs4_opendata (Results 1 – 1 of 1) sorted by relevance
231 struct nfs4_opendata { struct232 struct kref kref;233 struct nfs_openargs o_arg;234 struct nfs_openres o_res;235 struct nfs_open_confirmargs c_arg;236 struct nfs_open_confirmres c_res;237 struct nfs4_string owner_name;238 struct nfs4_string group_name;239 struct nfs4_label *a_label;240 struct nfs_fattr f_attr;[all …]