Home
last modified time | relevance | path

Searched defs:nfs4_opendata (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
Dnfs4_fs.h228 struct nfs4_opendata { struct
229 struct kref kref;
230 struct nfs_openargs o_arg;
231 struct nfs_openres o_res;
232 struct nfs_open_confirmargs c_arg;
233 struct nfs_open_confirmres c_res;
234 struct nfs4_string owner_name;
235 struct nfs4_string group_name;
236 struct nfs4_label *a_label;
237 struct nfs_fattr f_attr;
[all …]
/kernel/linux/linux-6.6/fs/nfs/
Dnfs4_fs.h230 struct nfs4_opendata { struct
231 struct kref kref;
232 struct nfs_openargs o_arg;
233 struct nfs_openres o_res;
234 struct nfs_open_confirmargs c_arg;
235 struct nfs_open_confirmres c_res;
236 struct nfs4_string owner_name;
237 struct nfs4_string group_name;
238 struct nfs4_label *a_label;
239 struct nfs_fattr f_attr;
[all …]