Searched refs:dssp (Results 1 – 1 of 1) sorted by relevance
2092 dmu_sendstatus_t *dssp, uint64_t fromtxg, boolean_t rawok) in setup_to_thread() argument2106 to_arg->num_blocks_visited = &dssp->dss_blocks; in setup_to_thread()2113 redaction_list_t *from_rl, dmu_sendstatus_t *dssp) in setup_from_thread() argument2122 from_arg->num_blocks_visited = &dssp->dss_blocks; in setup_from_thread()2133 struct dmu_send_params *dspp, redaction_list_t *rl, dmu_sendstatus_t *dssp) in setup_redact_list_thread() argument2145 rlt_arg->num_blocks_visited = &dssp->dss_blocks; in setup_redact_list_thread()2247 dmu_sendstatus_t *dssp = kmem_zalloc(sizeof (*dssp), KM_SLEEP); in setup_send_progress() local2248 dssp->dss_outfd = dspp->outfd; in setup_send_progress()2249 dssp->dss_off = dspp->off; in setup_send_progress()2250 dssp->dss_proc = curproc; in setup_send_progress()[all …]