Searched refs:last_offset (Results 1 – 7 of 7) sorted by relevance
158 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()
77 uint64_t last_offset = vd->vdev_initialize_offset[txg & TXG_MASK]; in vdev_initialize_zap_update_sync() local84 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()
183 uint64_t last_offset; in vdev_mirror_load() local203 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()
208 uint64_t last_offset = vd->vdev_trim_offset[txg & TXG_MASK]; in vdev_trim_zap_update_sync() local215 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()
111 uint64_t last_offset; member1878 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()
143 off_t last_offset; member
2485 long long last_offset = 0; in processClientsWaitingReplicas() local2499 if (last_offset && last_offset > c->bpop.reploffset && in processClientsWaitingReplicas()2508 last_offset = c->bpop.reploffset; in processClientsWaitingReplicas()