Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs.h36 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
Dcache.c120 entry->length = squashfs_read_data(sb, entry->data, in squashfs_cache_get()
408 res = squashfs_read_data(sb, data, block, length | in squashfs_read_table()
Dblock.c82 int squashfs_read_data(struct super_block *sb, void **buffer, u64 index, in squashfs_read_data() function
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dsquashfs.h48 extern unsigned int squashfs_read_data(struct super_block *s, char *buffer,
Dinode.c155 SQSH_EXTERN unsigned int squashfs_read_data(struct super_block *s, char *buffer, in squashfs_read_data() function
321 squashfs_read_data(s, in squashfs_get_cached_block()
469 if (!(msblk->fragment[i].length = squashfs_read_data(s, in get_cached_fragment()
867 !squashfs_read_data(s, (char *) in read_fragment_index_table()
959 if (!squashfs_read_data(s, (char *) sblk, SQUASHFS_START, in squashfs_read_super()
1055 if (!squashfs_read_data(s, (char *) &suid, sblk->uid_start, in squashfs_read_super()
1066 if (!squashfs_read_data(s, (char *) msblk->uid, sblk->uid_start, in squashfs_read_super()
1484 if (!(bytes = squashfs_read_data(inode->i_sb, msblk->read_page, in squashfs_readpage()
1594 bytes = squashfs_read_data(inode->i_sb, msblk->read_page, block, in squashfs_readpage4K()
Dsquashfs2_0.c71 !squashfs_read_data(s, (char *) in read_fragment_index_table_2()
/external/squashfs-tools/
DCHANGES203 1.4 Fixed small buffer_head leak in squashfs_read_data when