Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c634 #define IO_SPAN(fio, lio) ((lio)->io_offset + (lio)->io_size - (fio)->io_offset) macro
635 #define IO_GAP(fio, lio) (-IO_SPAN(lio, fio))
710 IO_SPAN(dio, last) <= limit && in vdev_queue_aggregate()
735 (IO_SPAN(first, dio) <= limit || in vdev_queue_aggregate()
737 IO_SPAN(first, dio) <= maxblocksize && in vdev_queue_aggregate()
789 size = IO_SPAN(first, last); in vdev_queue_aggregate()