Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c2071 from_arg->rl = from_rl; in setup_from_thread()
2341 redaction_list_t *from_rl = NULL; in dmu_send_impl() local
2413 dsl_redaction_list_long_hold(dp, from_rl, FTAG); in dmu_send_impl()
2469 if (from_rl != NULL) { in dmu_send_impl()
2471 from_rl->rl_phys->rlp_snaps, in dmu_send_impl()
2472 from_rl->rl_phys->rlp_num_snaps); in dmu_send_impl()
2480 ASSERT3P(from_rl, ==, NULL); in dmu_send_impl()
2528 setup_from_thread(from_arg, from_rl, dssp); in dmu_send_impl()
2609 if (from_rl != NULL) { in dmu_send_impl()
2610 dsl_redaction_list_long_rele(from_rl, FTAG); in dmu_send_impl()
[all …]