Searched refs:squashfs_readpage_block (Results 1 – 4 of 4) sorted by relevance
/fs/squashfs/ |
D | file_cache.c | 21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) in squashfs_readpage_block() function
|
D | squashfs.h | 62 extern int squashfs_readpage_block(struct page *, u64, int, int);
|
D | file_direct.c | 22 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() function
|
D | file.c | 477 res = squashfs_readpage_block(page, block, bsize, expected); in squashfs_readpage()
|