Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c535 for (struct redact_block_list_node *rbln = list_remove_head(list); in redaction_list_update_sync() local
536 rbln != NULL; rbln = list_remove_head(list)) { in redaction_list_update_sync()
537 ASSERT3U(rbln->block.rbp_object, <=, in redaction_list_update_sync()
539 ASSERT(rbln->block.rbp_object < furthest_visited->rbp_object || in redaction_list_update_sync()
540 rbln->block.rbp_blkid <= furthest_visited->rbp_blkid); in redaction_list_update_sync()
541 buf[index] = rbln->block; in redaction_list_update_sync()
550 kmem_free(rbln, sizeof (*rbln)); in redaction_list_update_sync()
639 struct redact_block_list_node *rbln = in update_redaction_list() local
642 rbln->block = cur; in update_redaction_list()
643 list_insert_tail(&md->md_redact_block_pending, rbln); in update_redaction_list()
[all …]