Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/fs/xfs/libxfs/
Dxfs_iext_tree.c428 xfs_fileoff_t old_offset, in xfs_iext_update_node() argument
438 if (i > 0 && xfs_iext_key_cmp(node, i, old_offset) > 0) in xfs_iext_update_node()
440 if (node->keys[i] == old_offset) in xfs_iext_update_node()
/Linux-v5.4/drivers/hwmon/occ/
Dcommon.c1019 unsigned int i, old_offset, offset = 0, size = 0; in occ_parse_poll_response() local
1033 old_offset = offset; in occ_parse_poll_response()
1045 old_offset, offset - 1, block->header.eye_catcher, in occ_parse_poll_response()
/Linux-v5.4/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-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c2220 u32 old_offset, in intel_adjust_tile_offset() argument
2226 WARN_ON(old_offset & (tile_size - 1)); in intel_adjust_tile_offset()
2228 WARN_ON(new_offset > old_offset); in intel_adjust_tile_offset()
2230 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
2252 u32 old_offset, u32 new_offset) in intel_adjust_aligned_offset() argument
2257 WARN_ON(new_offset > old_offset); in intel_adjust_aligned_offset()
2275 old_offset, new_offset); in intel_adjust_aligned_offset()
2277 old_offset += *y * pitch + *x * cpp; in intel_adjust_aligned_offset()
2279 *y = (old_offset - new_offset) / pitch; in intel_adjust_aligned_offset()
2280 *x = ((old_offset - new_offset) - *y * pitch) / cpp; in intel_adjust_aligned_offset()
[all …]
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_core.c2493 u_int old_offset; in ahc_set_syncrate() local
2522 old_offset = tinfo->curr.offset; in ahc_set_syncrate()
2527 || old_offset != offset in ahc_set_syncrate()
Daic79xx_core.c3890 u_int old_offset; in ahd_set_syncrate() local
3919 old_offset = tinfo->curr.offset; in ahd_set_syncrate()
3924 || old_offset != offset in ahd_set_syncrate()