Lines Matching defs:nfs_openargs
327 struct nfs_openargs { struct
328 struct nfs4_sequence_args seq_args;
329 const struct nfs_fh * fh;
330 struct nfs_seqid * seqid;
331 int open_flags;
332 fmode_t fmode;
333 u32 share_access;
334 u32 access;
335 __u64 clientid;
336 struct stateowner_id id;
337 union {
344 } u;
345 const struct qstr * name;
346 const struct nfs_server *server; /* Needed for ID mapping */
347 const u32 * bitmask;
348 const u32 * open_bitmap;
349 __u32 claim;
350 enum createmode4 createmode;
351 const struct nfs4_label *label;