Searched refs:vxfs_get_page (Results 1 – 4 of 4) sorted by relevance
45 extern struct page * vxfs_get_page(struct address_space *, u_long);
72 pp = vxfs_get_page(ip->i_mapping, pos >> PAGE_SHIFT); in vxfs_find_entry() 221 pp = vxfs_get_page(ip->i_mapping, pos >> PAGE_SHIFT); in vxfs_readdir()
33 * vxfs_get_page - read a page into memory.38 * vxfs_get_page reads the @n th page of @ip into the pagecache.44 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page() function
190 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); in __vxfs_iget()