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