Searched defs:nfs_openargs (Results 1 – 1 of 1) sorted by relevance
318 struct nfs_openargs { struct319 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 …]