Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c319 #define SIO_GET_OFFSET(sio) DVA_GET_OFFSET(&(sio)->sio_dva[0]) macro
322 (SIO_GET_OFFSET(sio) + SIO_GET_ASIZE(sio))
3323 while (sio != NULL && SIO_GET_OFFSET(sio) < zfs_rs_get_end(rs, in scan_io_queue_gather()
3325 ASSERT3U(SIO_GET_OFFSET(sio), >=, zfs_rs_get_start(rs, in scan_io_queue_gather()
3348 if (sio != NULL && SIO_GET_OFFSET(sio) < zfs_rs_get_end(rs, in scan_io_queue_gather()
3353 SIO_GET_OFFSET(sio), zfs_rs_get_end(rs, in scan_io_queue_gather()
3354 queue->q_exts_by_addr) - SIO_GET_OFFSET(sio)); in scan_io_queue_gather()
3355 queue->q_last_ext_addr = SIO_GET_OFFSET(sio); in scan_io_queue_gather()
3489 seg_start = SIO_GET_OFFSET(first_sio); in scan_io_queues_run_one()
4759 zfs_range_tree_add(queue->q_exts_by_addr, SIO_GET_OFFSET(sio), in scan_io_queue_insert_impl()
[all …]