Searched refs:blk_off (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/ |
H A D | drm_panic_qr.rs | 613 let blk_off = self.offset / blocks; in next() localVariable 615 blk * em.g1_blk_size + blk_off in next() 617 g1_end + em.g2_blk_size * (blk - em.g1_blocks) + blk_off in next() 627 let blk_off = ec_offset / blocks; in next() localVariable 629 g2_end + blk * em.ec_size + blk_off in next()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndw.c | 619 u32 blk_off, off, swizzle; in nv50_set_pixel_swizzle() local 621 blk_off = nv50_get_block_off(x, y, sb->pitch[0]); in nv50_set_pixel_swizzle() 630 off = blk_off + swizzle * 4; in nv50_set_pixel_swizzle() 639 u32 blk_off, off; in nv50_set_pixel() local 641 blk_off = nv50_get_block_off(x, y, sb->width); in nv50_set_pixel() 645 off = blk_off + x * 4 + y * NV_TILE_GOB_WIDTH_BYTES; in nv50_set_pixel()
|
/linux/drivers/dma/ |
H A D | fsl-qdma.c | 1123 int blk_num, blk_off; in fsl_qdma_probe() local 1135 ret = of_property_read_u32(np, "block-offset", &blk_off); in fsl_qdma_probe() 1179 fsl_qdma->block_offset = blk_off; in fsl_qdma_probe()
|
/linux/fs/f2fs/ |
H A D | segment.c | 4272 unsigned short blk_off; in read_compacted_summaries() local 4277 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[i]); in read_compacted_summaries() 4281 seg_i->next_blkoff = blk_off; in read_compacted_summaries() 4284 blk_off = BLKS_PER_SEG(sbi); in read_compacted_summaries() 4286 for (j = 0; j < blk_off; j++) { in read_compacted_summaries() 4315 unsigned short blk_off; in read_normal_summaries() local 4323 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[type - in read_normal_summaries() 4332 blk_off = le16_to_cpu(ckpt->cur_node_blkoff[type - in read_normal_summaries() 4376 curseg->next_blkoff = blk_off; in read_normal_summaries()
|
/linux/fs/ext4/ |
H A D | resize.c | 1141 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() argument 1166 group = ext4_get_group_number(sb, blk_off) + 1; in update_backups() 1182 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()
|