Searched refs:io_lsize (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h411 /* io_lsize != io_orig_size iff this is a raw write */
412 uint64_t io_lsize; member in struct:zio
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c582 zio->io_lsize = lsize;
1093 ASSERT3U(zio->io_size, ==, zio->io_lsize);
1094 zio->io_orig_size = zio->io_size = zio->io_lsize = size;
1204 uint64_t lsize = zio->io_lsize;

Completed in 99 milliseconds