Home
last modified time | relevance | path

Searched defs:nfs_openargs (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/include/linux/
Dnfs_xdr.h413 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;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h452 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;
[all …]