Searched defs:nfs4_opendata (Results 1 – 1 of 1) sorted by relevance
224 struct nfs4_opendata { struct225 struct kref kref;226 struct nfs_openargs o_arg;227 struct nfs_openres o_res;228 struct nfs_open_confirmargs c_arg;229 struct nfs_open_confirmres c_res;230 struct nfs4_string owner_name;231 struct nfs4_string group_name;232 struct nfs4_label *a_label;233 struct nfs_fattr f_attr;[all …]