Home
last modified time | relevance | path

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

/linux/fs/freevxfs/
H A Dvxfs_extern.h45 extern struct page * vxfs_get_page(struct address_space *, u_long);
H A Dvxfs_lookup.c72 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()
H A Dvxfs_subr.c33 * 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
H A Dvxfs_inode.c190 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); in __vxfs_iget()