Searched refs:redact_block_phys_t (Results 1 – 6 of 6) sorted by relevance
33 redact_block_get_size(redact_block_phys_t *rbp) in redact_block_get_size()40 redact_block_set_size(redact_block_phys_t *rbp, uint64_t size) in redact_block_set_size()46 redact_block_get_count(redact_block_phys_t *rbp) in redact_block_get_count()52 redact_block_set_count(redact_block_phys_t *rbp, uint64_t count) in redact_block_set_count()
101 } redact_block_phys_t; typedef103 typedef int (*rl_traverse_callback_t)(redact_block_phys_t *, void *);
112 redact_block_phys_t md_coalesce_block;114 redact_block_phys_t md_furthest[TXG_SIZE];126 redact_block_phys_t block;521 redact_block_phys_t *furthest_visited = in redaction_list_update_sync()526 redact_block_phys_t *buf = kmem_alloc(bufsize * sizeof (*buf), in redaction_list_update_sync()598 redact_block_phys_t cur = {0}; in update_redaction_list()606 redact_block_phys_t *coalesce = &md->md_coalesce_block; in update_redaction_list()
1571 redact_block_zb_compare(redact_block_phys_t *first, in redact_block_zb_compare()1637 redact_block_phys_t rbp = { 0 }; in dsl_redaction_list_traverse()1659 redact_block_phys_t *buf = zio_data_buf_alloc(bufsize); in dsl_redaction_list_traverse()1661 unsigned int entries_per_buf = bufsize / sizeof (redact_block_phys_t); in dsl_redaction_list_traverse()1683 redact_block_phys_t *rb = &buf[curidx % entries_per_buf]; in dsl_redaction_list_traverse()
1200 redact_list_cb(redact_block_phys_t *rb, void *arg) in redact_list_cb()
2702 redact_block_phys_t *rbp_buf; in dump_bookmark()