zil_destroy
extern void zil_destroy(zilog_t *zilog, boolean_t keep_first);
zil_destroy(zfsvfs->z_log, B_FALSE);
zil_destroy(zilog, B_FALSE);
zil_destroy(zilog, B_TRUE);
zil_destroy(zilog, B_FALSE);
zil_destroy(dmu_objset_zil(os), B_FALSE);