Home
last modified time | relevance | path

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

/linux-5.10/include/linux/
Dnfs_xdr.h638 struct nfs_pgio_args { struct
639 struct nfs4_sequence_args seq_args;
640 struct nfs_fh * fh;
641 struct nfs_open_context *context;
642 struct nfs_lock_context *lock_context;
643 nfs4_stateid stateid;
644 __u64 offset;
645 __u32 count;
646 unsigned int pgbase;
647 struct page ** pages;
[all …]