Lines Matching defs:nfs_openargs
391 struct nfs_openargs { struct
392 struct nfs4_sequence_args seq_args;
393 const struct nfs_fh * fh;
394 struct nfs_seqid * seqid;
395 int open_flags;
396 fmode_t fmode;
397 u32 share_access;
398 u32 access;
399 __u64 clientid;
400 struct stateowner_id id;
401 union {
408 } u;
409 const struct qstr * name;
410 const struct nfs_server *server; /* Needed for ID mapping */
411 const u32 * bitmask;
412 const u32 * open_bitmap;
413 enum open_claim_type4 claim;
414 enum createmode4 createmode;
415 const struct nfs4_label *label;