Searched refs:vxfs_get_page (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/fs/freevxfs/
H A Dvxfs_subr.c57 * vxfs_get_page - read a page into memory.
62 * vxfs_get_page reads the @n th page of @ip into the pagecache.
68 vxfs_get_page(struct address_space *mapping, u_long n) vxfs_get_page() function
H A Dvxfs_extern.h77 extern struct page * vxfs_get_page(struct address_space *, u_long);
H A Dvxfs_lookup.c129 pp = vxfs_get_page(ip->i_mapping, page); vxfs_find_entry()
273 pp = vxfs_get_page(ip->i_mapping, page); vxfs_readdir()
H A Dvxfs_inode.c136 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); __vxfs_iget()

Completed in 133 milliseconds