Lines Matching defs:requeued
895 * Return true if the dm_io's original bio is requeued.
905 bool requeued = false;
928 requeued = true;
939 if (requeued)
942 return requeued;
950 bool requeued;
952 requeued = dm_handle_requeue(io, first_stage);
953 if (requeued && first_stage)
975 /* Return early if the original bio was requeued */
976 if (requeued)
1023 * this io must be requeued, instead of other parts of the original bio.
1025 * 2) io->orig_bio points to new cloned bio which matches the requeued dm_io.
3009 * 3. Wait for all in-flight I/Os to be completed or requeued.