Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_redact.c525 redact_block_phys_t *furthest_visited = in redaction_list_update_sync() local
539 furthest_visited->rbp_object); in redaction_list_update_sync()
540 ASSERT(rbln->block.rbp_object < furthest_visited->rbp_object || in redaction_list_update_sync()
541 rbln->block.rbp_blkid <= furthest_visited->rbp_blkid); in redaction_list_update_sync()
561 rl->rl_phys->rlp_last_object = furthest_visited->rbp_object; in redaction_list_update_sync()
562 rl->rl_phys->rlp_last_blkid = furthest_visited->rbp_blkid; in redaction_list_update_sync()