Searched refs:squashfs_read_data (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/fs/squashfs/ |
H A D | block.c | 90 int squashfs_read_data(struct super_block *sb, u64 index, int length, squashfs_read_data() function 210 ERROR("squashfs_read_data failed to read block 0x%llx\n", squashfs_read_data()
|
H A D | decompressor.c | 117 length = squashfs_read_data(sb, get_comp_opts()
|
H A D | squashfs.h | 31 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
|
H A D | file_direct.c | 94 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); squashfs_readpage_block()
|
H A D | cache.c | 123 entry->length = squashfs_read_data(sb, block, length, squashfs_cache_get() 442 res = squashfs_read_data(sb, block, length | squashfs_read_table()
|
Completed in 85 milliseconds