Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_redact.h34 redact_block_get_size(redact_block_phys_t *rbp) in redact_block_get_size()
41 redact_block_set_size(redact_block_phys_t *rbp, uint64_t size) in redact_block_set_size()
48 redact_block_get_count(redact_block_phys_t *rbp) in redact_block_get_count()
54 redact_block_set_count(redact_block_phys_t *rbp, uint64_t count) in redact_block_set_count()
H A Ddsl_bookmark.h103 } redact_block_phys_t; typedef
105 typedef int (*rl_traverse_callback_t)(redact_block_phys_t *, void *);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c114 redact_block_phys_t md_coalesce_block;
116 redact_block_phys_t md_furthest[TXG_SIZE];
128 redact_block_phys_t block;
525 redact_block_phys_t *furthest_visited = in redaction_list_update_sync()
530 redact_block_phys_t *buf = kmem_alloc(bufsize * sizeof (*buf), in redaction_list_update_sync()
602 redact_block_phys_t cur = {0}; in update_redaction_list()
610 redact_block_phys_t *coalesce = &md->md_coalesce_block; in update_redaction_list()
H A Ddsl_bookmark.c1610 redact_block_zb_compare(redact_block_phys_t *first, in redact_block_zb_compare()
1676 redact_block_phys_t rbp = { 0 }; in dsl_redaction_list_traverse()
1698 redact_block_phys_t *buf = zio_data_buf_alloc(bufsize); in dsl_redaction_list_traverse()
1700 unsigned int entries_per_buf = bufsize / sizeof (redact_block_phys_t); in dsl_redaction_list_traverse()
1722 redact_block_phys_t *rb = &buf[curidx % entries_per_buf]; in dsl_redaction_list_traverse()
H A Ddmu_send.c1176 redact_list_cb(redact_block_phys_t *rb, void *arg) in redact_list_cb()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c3004 redact_block_phys_t *rbp_buf; in dump_bookmark()