Searched refs:blk_off (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_panic_qr.rs | 626 let blk_off = self.offset / blocks; in next() localVariable 628 blk * em.g1_blk_size + blk_off in next() 630 g1_end + em.g2_blk_size * (blk - em.g1_blocks) + blk_off in next() 640 let blk_off = ec_offset / blocks; in next() localVariable 642 g2_end + blk * em.ec_size + blk_off in next()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/dispnv50/ |
D | wndw.c | 609 u32 blk_off, off, swizzle; in nv50_set_pixel_swizzle() local 611 blk_off = nv50_get_block_off(x, y, sb->pitch[0]); in nv50_set_pixel_swizzle() 620 off = blk_off + swizzle * 4; in nv50_set_pixel_swizzle() 629 u32 blk_off, off; in nv50_set_pixel() local 631 blk_off = nv50_get_block_off(x, y, sb->width); in nv50_set_pixel() 635 off = blk_off + x * 4 + y * NV_TILE_GOB_WIDTH_BYTES; in nv50_set_pixel()
|
/linux-6.14.4/drivers/dma/ |
D | fsl-qdma.c | 1120 int blk_num, blk_off; in fsl_qdma_probe() local 1132 ret = of_property_read_u32(np, "block-offset", &blk_off); in fsl_qdma_probe() 1176 fsl_qdma->block_offset = blk_off; in fsl_qdma_probe()
|
/linux-6.14.4/fs/f2fs/ |
D | segment.c | 4238 unsigned short blk_off; in read_compacted_summaries() local 4243 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[i]); in read_compacted_summaries() 4247 seg_i->next_blkoff = blk_off; in read_compacted_summaries() 4250 blk_off = BLKS_PER_SEG(sbi); in read_compacted_summaries() 4252 for (j = 0; j < blk_off; j++) { in read_compacted_summaries() 4282 unsigned short blk_off; in read_normal_summaries() local 4290 blk_off = le16_to_cpu(ckpt->cur_data_blkoff[type - in read_normal_summaries() 4299 blk_off = le16_to_cpu(ckpt->cur_node_blkoff[type - in read_normal_summaries() 4343 curseg->next_blkoff = blk_off; in read_normal_summaries()
|
/linux-6.14.4/fs/ext4/ |
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()
|