Home
last modified time | relevance | path

Searched refs:blk_off (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndw.c619 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/fs/ext4/
H A Dresize.c1140 static void update_backups(struct super_block *sb, sector_t blk_off, char *data, in update_backups() argument
1165 group = ext4_get_group_number(sb, blk_off) + 1; in update_backups()
1181 backup_block = ((ext4_fsblk_t)group) * bpg + blk_off; in update_backups()