Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/bcache/
Dextents.c328 uint64_t old_offset; in bch_extent_insert_fixup() local
349 old_offset = KEY_START(k); in bch_extent_insert_fixup()
440 old_offset = KEY_START(insert); in bch_extent_insert_fixup()
455 bch_subtract_dirty(k, c, old_offset, old_size - KEY_SIZE(k)); in bch_extent_insert_fixup()
/linux-4.4.14/drivers/tty/vt/
Dvt.c513 static int old_offset = -1; in complement_pos() local
519 if (old_offset != -1 && old_offset >= 0 && in complement_pos()
520 old_offset < vc->vc_screenbuf_size) { in complement_pos()
521 scr_writew(old, screenpos(vc, old_offset, 1)); in complement_pos()
527 old_offset = offset; in complement_pos()
/linux-4.4.14/fs/ceph/
Ddir.c507 loff_t old_offset = ceph_make_fpos(fi->frag, fi->next_offset); in ceph_dir_llseek() local
538 } else if (fpos_cmp(offset, old_offset) > 0) { in ceph_dir_llseek()
/linux-4.4.14/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()