Lines Matching full:resuming
721 * Note: when resuming, we will visit all the dnodes in in dump_dnode()
722 * the block of dnodes that we are resuming from. In in dump_dnode()
724 * the one we are resuming from. We should be at most one in dump_dnode()
2178 struct send_merge_thread_arg *smt_arg, boolean_t resuming, objset_t *os, in setup_resume_points() argument
2187 if (resuming) { in setup_resume_points()
2197 * If we're resuming a redacted send, we can skip to the appropriate in setup_resume_points()
2215 * If we're resuming a send from a redaction bookmark, in setup_resume_points()
2224 if (resuming) { in setup_resume_points()
2380 boolean_t resuming = (dspp->resumeobj != 0 || dspp->resumeoff != 0); in dmu_send_impl() local
2381 boolean_t book_resuming = resuming; in dmu_send_impl()
2527 if (resuming || book_resuming) { in dmu_send_impl()
2529 rlt_arg, smt_arg, resuming, os, redact_rl, nvl); in dmu_send_impl()
3042 * from the %recv clone used for resuming. in dmu_send_estimate_fast()