Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h642 struct nfs_pgio_args { struct
643 struct nfs4_sequence_args seq_args;
644 struct nfs_fh * fh;
645 struct nfs_open_context *context;
646 struct nfs_lock_context *lock_context;
647 nfs4_stateid stateid;
648 __u64 offset;
649 __u32 count;
650 unsigned int pgbase;
651 struct page ** pages;
[all …]
/kernel/linux/linux-6.6/include/linux/
Dnfs_xdr.h644 struct nfs_pgio_args { struct
645 struct nfs4_sequence_args seq_args;
646 struct nfs_fh * fh;
647 struct nfs_open_context *context;
648 struct nfs_lock_context *lock_context;
649 nfs4_stateid stateid;
650 __u64 offset;
651 __u32 count;
652 unsigned int pgbase;
653 struct page ** pages;
[all …]