Home
last modified time | relevance | path

Searched refs:zil_bp_tree_add (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h450 extern int zil_bp_tree_add(zilog_t *zilog, const blkptr_t *bp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c154 zil_bp_tree_add(zilog_t *zilog, const blkptr_t *bp) in zil_bp_tree_add() function
425 if (zil_bp_tree_add(zilog, bp) != 0) in zil_clear_log_block()
447 zil_bp_tree_add(zilog, bp) != 0) in zil_claim_log_block()
500 bp->blk_birth >= claim_txg && zil_bp_tree_add(zilog, bp) == 0 && in zil_free_log_record()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3479 if (zilog && zil_bp_tree_add(zilog, bp) != 0) in zdb_count_block()