Lines Matching +full:32 +full:kb
1030 * | 128 64 32 16 8 4 2 1 | <-----+-+-- missing disks
1043 * | 128 64 32 16 8 4 2 1 |
1629 * Blocks of size 128 KB have been preallocated for this volume. I/Os less than
1630 * 128 KB will not fill an entire block; in addition, they may not be properly
1631 * aligned. In that case, this function uses the preallocated 128 KB block and
1635 * Looking at an example of a 32 KB I/O to a RAID-Z vdev with 5 child vdevs:
1637 * vdev_raidz_io_start(data, size: 32 KB, offset: 64 KB)
1639 * If this were a standard RAID-Z dataset, a block of at least 40 KB would be
1640 * allocated which spans all five child vdevs. 8 KB of data would be written to
1647 * 8 KB parity ------8 KB data blocks------
1651 * vdev_raidz_dumpio(data, size: 32 KB, offset: 64 KB)
1654 * I/O size, reads and writes here always use a 128 KB logical I/O size. If the
1655 * I/O size is less than 128 KB, only the actual portions of data are written.
1657 * contains the offset [64 KB, 96 KB).
1663 * 32 KB data block
1677 * 32 KB data block
1709 * KB size. in vdev_raidz_dumpio()