Home
last modified time | relevance | path

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

/Linux-v4.19/fs/squashfs/
Dfile_cache.c23 int squashfs_readpage_block(struct page *page, u64 block, int bsize, int expected) in squashfs_readpage_block() function
Dsquashfs.h75 extern int squashfs_readpage_block(struct page *, u64, int, int);
Dfile_direct.c27 int squashfs_readpage_block(struct page *target_page, u64 block, int bsize, in squashfs_readpage_block() function
Dfile.c489 res = squashfs_readpage_block(page, block, bsize, expected); in squashfs_readpage()