Lines Matching full:resuming
720 * Note: when resuming, we will visit all the dnodes in in dump_dnode()
721 * the block of dnodes that we are resuming from. In in dump_dnode()
723 * the one we are resuming from. We should be at most one in dump_dnode()
2177 struct send_merge_thread_arg *smt_arg, boolean_t resuming, objset_t *os, in setup_resume_points() argument
2186 if (resuming) { in setup_resume_points()
2196 * If we're resuming a redacted send, we can skip to the appropriate in setup_resume_points()
2214 * If we're resuming a send from a redaction bookmark, in setup_resume_points()
2223 if (resuming) { in setup_resume_points()
2379 boolean_t resuming = (dspp->resumeobj != 0 || dspp->resumeoff != 0); in dmu_send_impl() local
2380 boolean_t book_resuming = resuming; in dmu_send_impl()
2526 if (resuming || book_resuming) { in dmu_send_impl()
2528 rlt_arg, smt_arg, resuming, os, redact_rl, nvl); in dmu_send_impl()
3041 * from the %recv clone used for resuming. in dmu_send_estimate_fast()