Searched defs:nfs_openargs (Results 1 – 1 of 1) sorted by relevance
78 struct nfs_openargs { struct79 const struct nfs_fh * fh;80 struct nfs_seqid * seqid;81 int open_flags;82 __u64 clientid;83 __u32 id;84 union {89 } u;90 const struct qstr * name;91 const struct nfs_server *server;[all …]