Searched refs:squashfs_symlink_readpage (Results 1 - 2 of 2) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
H A Dsymlink.c46 static int squashfs_symlink_readpage(struct file *file, struct page *page) function
59 TRACE("Entered squashfs_symlink_readpage, page index %ld, start block "
117 .readpage = squashfs_symlink_readpage
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c46 static int squashfs_symlink_readpage(struct file *file, struct page *page);
68 .readpage = squashfs_symlink_readpage
1141 static int squashfs_symlink_readpage(struct file *file, struct page *page) function
1149 TRACE("Entered squashfs_symlink_readpage, page index %ld, start block "
1165 ERROR("(squashfs_symlink_readpage) length != index\n");

Completed in 121 milliseconds