Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dnfs_xdr.h318 struct nfs_openargs { struct
319 const struct nfs_fh * fh;
320 struct nfs_seqid * seqid;
321 int open_flags;
322 fmode_t fmode;
323 __u64 clientid;
324 __u64 id;
325 union {
332 } u;
333 const struct qstr * name;
[all …]