Searched defs:nfs_pgio_args (Results 1 – 1 of 1) sorted by relevance
670 struct nfs_pgio_args { struct671 struct nfs4_sequence_args seq_args;672 struct nfs_fh * fh;673 struct nfs_open_context *context;674 struct nfs_lock_context *lock_context;675 nfs4_stateid stateid;676 __u64 offset;677 __u32 count;678 unsigned int pgbase;679 struct page ** pages;[all …]