Searched refs:squashfs_read_data (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | squashfs.h | 18 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
|
H A D | cache.c | 110 entry->length = squashfs_read_data(sb, block, length, in squashfs_cache_get() 432 res = squashfs_read_data(sb, block, length | in squashfs_read_table()
|
H A D | decompressor.c | 111 length = squashfs_read_data(sb, in get_comp_opts()
|
H A D | file_direct.c | 93 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readpage_block()
|
H A D | block.c | 142 int squashfs_read_data(struct super_block *sb, u64 index, int length, in squashfs_read_data() function
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | squashfs.h | 18 extern int squashfs_read_data(struct super_block *, u64, int, u64 *,
|
H A D | cache.c | 110 entry->length = squashfs_read_data(sb, block, length, in squashfs_cache_get() 432 res = squashfs_read_data(sb, block, length | in squashfs_read_table()
|
H A D | decompressor.c | 110 length = squashfs_read_data(sb, in get_comp_opts()
|
H A D | file_direct.c | 75 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readpage_block()
|
H A D | block.c | 263 int squashfs_read_data(struct super_block *sb, u64 index, int length, in squashfs_read_data() function
|
H A D | file.c | 599 res = squashfs_read_data(inode->i_sb, block, bsize, NULL, actor); in squashfs_readahead()
|
Completed in 5 milliseconds