Searched defs:keep_first (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c589 * If keep_first is set, then we're replaying a log with no content.
593 * when keep_first is set, because both zil_create() and zil_destroy()
597 zil_destroy(zilog_t *zilog, boolean_t keep_first) argument
623 zilog->zl_keep_first = keep_first;
627 VERIFY(!keep_first);
635 } else if (!keep_first) {

Completed in 108 milliseconds