Searched defs:nfs_read_data (Results 1 – 1 of 1) sorted by relevance
464 struct nfs_read_data { struct465 int flags;466 struct rpc_task task;467 struct inode *inode;468 struct rpc_cred *cred;469 struct nfs_fattr fattr;470 struct list_head pages;471 struct nfs_page *req;472 struct page **pagevec;473 unsigned int npages;[all …]