Searched refs:un_maxio (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_convert.h274 small_un->un_maxio = big_un->un_maxio; \
295 big_un->un_maxio = small_un->un_maxio; \
H A Dmd_raid.h274 uint_t un_maxio; /* in blks */ member in struct:mr_unit
341 uint_t un_maxio; member in struct:mr_unit32_od
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid_resync.c634 line_count = un->un_maxio / un->un_segsize;
637 bsize = un->un_maxio;
H A Draid_ioctl.c491 zerosize = (size_t)MIN((diskaddr_t)un->un_maxio, end_off);
H A Draid.c2167 (un->un_iosize <= un->un_maxio) &&
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c1233 if (maxio < mr->un_maxio) {
1551 if (cinfop->maxtransfer < mr->un_maxio) {
2261 mr->un_maxio = disk_maxio; /* smallest maxio */
2262 mr->un_iosize = min(mr->un_maxio, (mr->un_segsize + 1));

Completed in 95 milliseconds