Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/bcache/
Dextents.c330 uint64_t old_offset; in bch_extent_insert_fixup() local
352 old_offset = KEY_START(k); in bch_extent_insert_fixup()
443 old_offset = KEY_START(insert); in bch_extent_insert_fixup()
458 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_iext_tree.c432 xfs_fileoff_t old_offset, in xfs_iext_update_node() argument
442 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0) in xfs_iext_update_node()
444 if (node->keys[i] == old_offset) in xfs_iext_update_node()
/Linux-v4.19/drivers/tty/vt/
Dvt.c801 static int old_offset = -1; in complement_pos() local
807 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
808 old_offset < vc->vc_screenbuf_size) { in complement_pos()
809 scr_writew(old, screenpos(vc, old_offset, 1)); in complement_pos()
815 old_offset = offset; in complement_pos()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c2237 u32 old_offset, in __intel_adjust_tile_offset() argument
2243 WARN_ON(old_offset & (tile_size - 1)); in __intel_adjust_tile_offset()
2245 WARN_ON(new_offset > old_offset); in __intel_adjust_tile_offset()
2247 tiles = (old_offset - new_offset) / tile_size; in __intel_adjust_tile_offset()
2262 u32 old_offset, u32 new_offset) in _intel_adjust_tile_offset() argument
2268 WARN_ON(new_offset > old_offset); in _intel_adjust_tile_offset()
2286 old_offset, new_offset); in _intel_adjust_tile_offset()
2288 old_offset += *y * pitch + *x * cpp; in _intel_adjust_tile_offset()
2290 *y = (old_offset - new_offset) / pitch; in _intel_adjust_tile_offset()
2291 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in _intel_adjust_tile_offset()
[all …]
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c2500 u_int old_offset; in ahc_set_syncrate() local
2529 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2534 || old_offset != offset in ahc_set_syncrate()
Daic79xx_core.c3896 u_int old_offset; in ahd_set_syncrate() local
3925 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3930 || old_offset != offset in ahd_set_syncrate()