MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zil_destroy_sync

Function zil_destroy_sync

freebsd/contrib/openzfs/module/zfs/zil.c:794–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794void
795zil_destroy_sync(zilog_t *zilog, dmu_tx_t *tx)
796{
797 ASSERT(list_is_empty(&zilog->zl_lwb_list));
798 (void) zil_parse(zilog, zil_free_log_block,
799 zil_free_log_record, tx, zilog->zl_header->zh_claim_txg, B_FALSE);
800}
801
802int
803zil_claim(dsl_pool_t *dp, dsl_dataset_t *ds, void *txarg)

Callers 3

dsl_async_clone_destroyFunction · 0.85
zil_destroyFunction · 0.85

Calls 2

zil_parseFunction · 0.85
list_is_emptyFunction · 0.50

Tested by

no test coverage detected