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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_extern.h77 extern struct page * vxfs_get_page(struct address_space *, u_long);
H A Dvxfs_subr.c58 * vxfs_get_page - read a page into memory.
63 * vxfs_get_page reads the @n th page of @ip into the pagecache.
69 vxfs_get_page(struct address_space *mapping, u_long n) function
H A Dvxfs_lookup.c130 pp = vxfs_get_page(ip->i_mapping, page);
285 pp = vxfs_get_page(ip->i_mapping, page);
H A Dvxfs_inode.c136 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE);

Completed in 64 milliseconds