Lines Matching defs:page
41 static int vxfs_readpage(struct file *, struct page *);
50 vxfs_put_page(struct page *pp)
57 * vxfs_get_page - read a page into memory.
59 * @n: page number
62 * vxfs_get_page reads the @n th page of @ip into the pagecache.
65 * The wanted page on success, else a NULL pointer.
67 struct page *
70 struct page * pp;
144 * vxfs_readpage - read one page synchronously into the pagecache
146 * @page: page frame to fill in.
149 * The vxfs_readpage routine reads @page synchronously into the
156 * @page is locked and will be unlocked.
159 vxfs_readpage(struct file *file, struct page *page)
161 return block_read_full_page(page, vxfs_getblk);