Home
last modified time | relevance | path

Searched refs:read_page (Results 1 – 6 of 6) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c202 msblk->read_page = squashfs_cache_init("data", 1, msblk->block_size); in squashfs_fill_super()
203 if (msblk->read_page == NULL) { in squashfs_fill_super()
282 squashfs_cache_delete(msblk->read_page); in squashfs_fill_super()
331 squashfs_cache_delete(sbi->read_page); in squashfs_put_super()
Dsquashfs_fs_sb.h59 struct squashfs_cache *read_page; member
Dcache.c390 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h62 char *read_page; member
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h59 char *read_page; member
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1039 if (!(msblk->read_page = kmalloc(sblk->block_size, GFP_KERNEL))) { in squashfs_read_super()
1113 kfree(msblk->read_page); in squashfs_read_super()
1461 char *data_ptr = msblk->read_page; in squashfs_readpage()
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()
1598 memcpy(pageaddr, msblk->read_page, bytes); in squashfs_readpage4K()
1989 kfree(sbi->read_page); in squashfs_put_super()
1998 sbi->read_page = NULL; in squashfs_put_super()