TRAVERSE_POST
int flags = TRAVERSE_PREFETCH_METADATA | TRAVERSE_POST
TRAVERSE_POST | TRAVERSE_NO_DECRYPT,
if (td->td_flags & TRAVERSE_POST)
if (err == 0 && (td->td_flags & TRAVERSE_POST))
if (err == 0 && (td->td_flags & TRAVERSE_POST)) {
ASSERT(!(flags & TRAVERSE_PRE) || !(flags & TRAVERSE_POST));
dsl_dataset_phys(ds)->ds_prev_snap_txg, TRAVERSE_POST |