Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDdmu_redact.h33 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()
47 redact_block_get_count(redact_block_phys_t *rbp) in redact_block_get_count()
53 redact_block_set_count(redact_block_phys_t *rbp, uint64_t count) in redact_block_set_count()
HDdsl_bookmark.h101 } redact_block_phys_t; typedef
103 typedef int (*rl_traverse_callback_t)(redact_block_phys_t *, void *);
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdmu_redact.c113 redact_block_phys_t md_coalesce_block;
115 redact_block_phys_t md_furthest[TXG_SIZE];
127 redact_block_phys_t block;
522 redact_block_phys_t *furthest_visited = in redaction_list_update_sync()
527 redact_block_phys_t *buf = kmem_alloc(bufsize * sizeof (*buf), in redaction_list_update_sync()
599 redact_block_phys_t cur = {0}; in update_redaction_list()
607 redact_block_phys_t *coalesce = &md->md_coalesce_block; in update_redaction_list()
HDdsl_bookmark.c1569 redact_block_zb_compare(redact_block_phys_t *first, in redact_block_zb_compare()
1635 redact_block_phys_t rbp = { 0 }; in dsl_redaction_list_traverse()
1657 redact_block_phys_t *buf = zio_data_buf_alloc(bufsize); in dsl_redaction_list_traverse()
1659 unsigned int entries_per_buf = bufsize / sizeof (redact_block_phys_t); in dsl_redaction_list_traverse()
1681 redact_block_phys_t *rb = &buf[curidx % entries_per_buf]; in dsl_redaction_list_traverse()
HDdmu_send.c1215 redact_list_cb(redact_block_phys_t *rb, void *arg) in redact_list_cb()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2983 redact_block_phys_t *rbp_buf; in dump_bookmark()