Home
last modified time | relevance | path

Searched refs:squashfs_read_data (Results 1 – 6 of 6) sorted by relevance

/fs/squashfs/
Dsquashfs.h18 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
Dcache.c110 entry->length = squashfs_read_data(sb, block, length, in squashfs_cache_get()
432 res = squashfs_read_data(sb, block, length | in squashfs_read_table()
Ddecompressor.c111 length = squashfs_read_data(sb, in get_comp_opts()
Dfile_direct.c75 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readpage_block()
Dblock.c268 int squashfs_read_data(struct super_block *sb, u64 index, int length, in squashfs_read_data() function
Dfile.c597 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readahead()