Searched refs:squashfs_readpage_block (Results 1 – 4 of 4) sorted by relevance
23 int squashfs_readpage_block(struct page *page, u64 block, int bsize) in squashfs_readpage_block() function
74 extern int squashfs_readpage_block(struct page *, u64, int);
27 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize) in squashfs_readpage_block() function
479 res = squashfs_readpage_block(page, block, bsize); in squashfs_readpage()