Home
last modified time | relevance | path

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

/fs/squashfs/
Dfile_cache.c21 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) in squashfs_readpage_block() function
Dsquashfs.h62 extern int squashfs_readpage_block(struct page *, u64, int, int);
Dfile_direct.c22 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() function
Dfile.c477 res = squashfs_readpage_block(page, block, bsize, expected); in squashfs_readpage()