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

/linux-master/fs/squashfs/
H A Dsquashfs.h18 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
H A Ddecompressor.c110 length = squashfs_read_data(sb,
H A Dfile_direct.c75 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor);
H A Dcache.c110 entry->length = squashfs_read_data(sb, block, length,
432 res = squashfs_read_data(sb, block, length |
H A Dblock.c263 int squashfs_read_data(struct super_block *sb, u64 index, int length, function
H A Dfile.c600 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor);

Completed in 188 milliseconds