Searched defs:nfs_pgio_args (Results 1 – 1 of 1) sorted by relevance
601 struct nfs_pgio_args { struct602 struct nfs4_sequence_args seq_args;603 struct nfs_fh * fh;604 struct nfs_open_context *context;605 struct nfs_lock_context *lock_context;606 nfs4_stateid stateid;607 __u64 offset;608 __u32 count;609 unsigned int pgbase;610 struct page ** pages;[all …]