Searched refs:read_page (Results 1 – 6 of 6) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 202 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()
|
D | squashfs_fs_sb.h | 59 struct squashfs_cache *read_page; member
|
D | cache.c | 390 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
/external/squashfs-tools/kernel/include/linux/ |
D | squashfs_fs_sb.h | 62 char *read_page; member
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs_sb.h | 59 char *read_page; member
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1039 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()
|