Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/freevxfs/
Dvxfs_extern.h74 extern struct page * vxfs_get_page(struct address_space *, u_long);
Dvxfs_lookup.c129 pp = vxfs_get_page(ip->i_mapping, page); in vxfs_find_entry()
276 pp = vxfs_get_page(ip->i_mapping, page); in vxfs_readdir()
Dvxfs_subr.c72 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page() function
Dvxfs_inode.c150 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); in __vxfs_iget()