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