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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h397 extern void zil_destroy(zilog_t *zilog, boolean_t keep_first);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c571 * If keep_first is set, then we're replaying a log with no content.
575 * when keep_first is set, because both zil_create() and zil_destroy()
579 zil_destroy(zilog_t *zilog, boolean_t keep_first) argument
605 zilog->zl_keep_first = keep_first;
609 VERIFY(!keep_first);
617 } else if (!keep_first) {

Completed in 94 milliseconds