Home
last modified time | relevance | path

Searched refs:brt_maybe_exists (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Dbrt.h47 extern boolean_t brt_maybe_exists(spa_t *spa, const blkptr_t *bp);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbrt.c876 brt_maybe_exists(spa_t *spa, const blkptr_t *bp) in brt_maybe_exists() function
H A Dzio.c1469 brt_maybe_exists(spa, bp)) { in zio_free()
1498 brt_maybe_exists(spa, bp)) { in zio_free_sync()
3348 !brt_maybe_exists(zio->io_spa, bp)) { in zio_brt_free()
H A Ddsl_dataset.c303 brt_maybe_exists(spa, bp)); in dsl_dataset_block_kill()
H A Dmetaslab.c5544 if (!BP_IS_METADATA(bp) && brt_maybe_exists(spa, bp)) in spa_remap_blkptr()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5946 brt_maybe_exists(zcb->zcb_spa, bp)) { in zdb_count_block()