Home
last modified time | relevance | path

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

/linux-4.1.27/fs/freevxfs/
Dvxfs_extern.h77 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()
273 pp = vxfs_get_page(ip->i_mapping, page); in vxfs_readdir()
Dvxfs_subr.c68 vxfs_get_page(struct address_space *mapping, u_long n) in vxfs_get_page() function
Dvxfs_inode.c136 pp = vxfs_get_page(ilistp->i_mapping, ino * VXFS_ISIZE / PAGE_SIZE); in __vxfs_iget()