Lines Matching defs:nfs_openargs
471 struct nfs_openargs { struct
472 struct nfs4_sequence_args seq_args;
473 const struct nfs_fh * fh;
474 struct nfs_seqid * seqid;
475 int open_flags;
476 fmode_t fmode;
477 u32 share_access;
478 u32 access;
479 __u64 clientid;
480 struct stateowner_id id;
481 union {
488 } u;
489 const struct qstr * name;
490 const struct nfs_server *server; /* Needed for ID mapping */
491 const u32 * bitmask;
492 const u32 * open_bitmap;
493 enum open_claim_type4 claim;
494 enum createmode4 createmode;
495 const struct nfs4_label *label;
496 umode_t umask;
497 struct nfs4_layoutget_args *lg_args;