Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_disk.c158 head->last_offset = 0; in bioq_init()
170 head->last_offset = bp->bio_offset + bp->bio_length; in bioq_remove()
194 head->last_offset = bp->bio_offset; in bioq_insert_head()
208 head->last_offset = bp->bio_offset; in bioq_insert_tail()
238 return ((uoff_t)(bp->bio_offset - head->last_offset)); in bioq_bio_key()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_initialize.c77 uint64_t last_offset = vd->vdev_initialize_offset[txg & TXG_MASK]; in vdev_initialize_zap_update_sync() local
84 if (last_offset > 0) { in vdev_initialize_zap_update_sync()
85 vd->vdev_initialize_last_offset = last_offset; in vdev_initialize_zap_update_sync()
88 sizeof (last_offset), 1, &last_offset, tx)); in vdev_initialize_zap_update_sync()
H A Dvdev_mirror.c183 uint64_t last_offset; in vdev_mirror_load() local
203 last_offset = vdev_queue_last_offset(vd); in vdev_mirror_load()
207 if (last_offset == zio_offset) { in vdev_mirror_load()
223 if (last_offset == zio_offset) { in vdev_mirror_load()
233 offset_diff = (int64_t)(last_offset - zio_offset); in vdev_mirror_load()
H A Dvdev_trim.c208 uint64_t last_offset = vd->vdev_trim_offset[txg & TXG_MASK]; in vdev_trim_zap_update_sync() local
215 if (last_offset > 0 || vd->vdev_trim_last_offset == UINT64_MAX) { in vdev_trim_zap_update_sync()
218 last_offset = 0; in vdev_trim_zap_update_sync()
220 vd->vdev_trim_last_offset = last_offset; in vdev_trim_zap_update_sync()
223 sizeof (last_offset), 1, &last_offset, tx)); in vdev_trim_zap_update_sync()
H A Ddmu_recv.c111 uint64_t last_offset; member
1878 ASSERT3U(rwa->last_offset, ==, last_drrw->drr_offset); in flush_write_batch_impl()
2053 drrw->drr_offset < rwa->last_offset)) { in receive_process_write_record()
2070 rwa->last_offset = drrw->drr_offset; in receive_process_write_record()
/f-stack/freebsd/sys/
H A Dbio.h143 off_t last_offset; member
/f-stack/app/redis-5.0.5/src/
H A Dreplication.c2485 long long last_offset = 0; in processClientsWaitingReplicas() local
2499 if (last_offset && last_offset > c->bpop.reploffset && in processClientsWaitingReplicas()
2508 last_offset = c->bpop.reploffset; in processClientsWaitingReplicas()