Lines Matching defs:nfs_openargs
450 struct nfs_openargs { struct
451 struct nfs4_sequence_args seq_args;
452 const struct nfs_fh * fh;
453 struct nfs_seqid * seqid;
454 int open_flags;
455 fmode_t fmode;
456 u32 share_access;
457 u32 access;
458 __u64 clientid;
459 struct stateowner_id id;
460 union {
467 } u;
468 const struct qstr * name;
469 const struct nfs_server *server; /* Needed for ID mapping */
470 const u32 * bitmask;
471 const u32 * open_bitmap;
472 enum open_claim_type4 claim;
473 enum createmode4 createmode;
474 const struct nfs4_label *label;
475 umode_t umask;
476 struct nfs4_layoutget_args *lg_args;