Lines Matching defs:nfs_openargs
413 struct nfs_openargs { struct
414 struct nfs4_sequence_args seq_args;
415 const struct nfs_fh * fh;
416 struct nfs_seqid * seqid;
417 int open_flags;
418 fmode_t fmode;
419 u32 share_access;
420 u32 access;
421 __u64 clientid;
422 struct stateowner_id id;
423 union {
430 } u;
431 const struct qstr * name;
432 const struct nfs_server *server; /* Needed for ID mapping */
433 const u32 * bitmask;
434 const u32 * open_bitmap;
435 enum open_claim_type4 claim;
436 enum createmode4 createmode;
437 const struct nfs4_label *label;
438 umode_t umask;
439 struct nfs4_layoutget_args *lg_args;