Home
last modified time | relevance | path

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

/linux-2.6.39/fs/squashfs/
Ddecompressor.c94 length = squashfs_read_data(sb, &buffer, in squashfs_decompressor_init()
Dsquashfs.h31 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
Dcache.c118 entry->length = squashfs_read_data(sb, entry->data, in squashfs_cache_get()
407 res = squashfs_read_data(sb, data, block, length | in squashfs_read_table()
Dblock.c88 int squashfs_read_data(struct super_block *sb, void **buffer, u64 index, in squashfs_read_data() function