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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h110 uint8_t zl_writer; /* boolean: write setup in progress */ member in struct:zilog
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c797 ASSERT(zilog->zl_writer);
800 * Even though we're zl_writer, we still need a lock because the
825 ASSERT(zilog->zl_writer);
828 * We don't need zl_vdev_lock here because we're the zl_writer,
1610 while (zilog->zl_writer) {
1619 zilog->zl_writer = B_TRUE;
1622 zilog->zl_writer = B_FALSE;

Completed in 63 milliseconds