Searched refs:SIO_GET_OFFSET (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_scan.c | 283 #define SIO_GET_OFFSET(sio) DVA_GET_OFFSET(&(sio)->sio_dva[0]) macro 286 (SIO_GET_OFFSET(sio) + SIO_GET_ASIZE(sio)) 2789 while (sio != NULL && SIO_GET_OFFSET(sio) < rs_get_end(rs, in scan_io_queue_gather() 2791 ASSERT3U(SIO_GET_OFFSET(sio), >=, rs_get_start(rs, in scan_io_queue_gather() 2812 if (sio != NULL && SIO_GET_OFFSET(sio) < rs_get_end(rs, in scan_io_queue_gather() 2817 SIO_GET_OFFSET(sio), rs_get_end(rs, in scan_io_queue_gather() 2818 queue->q_exts_by_addr) - SIO_GET_OFFSET(sio)); in scan_io_queue_gather() 2959 seg_start = SIO_GET_OFFSET(first_sio); in scan_io_queues_run_one() 3758 range_tree_add(queue->q_exts_by_addr, SIO_GET_OFFSET(sio), asize); in scan_io_queue_insert_impl() 4024 return (TREE_CMP(SIO_GET_OFFSET(a), SIO_GET_OFFSET(b))); in sio_addr_compare() [all …]
|