Lines Matching full:when
31 * 1/ when holding mddev->reconfig_mutex
32 * 2/ when resync/recovery is known to be happening - i.e. in code that is
37 * When .rdev is set to NULL, the nr_pending count checked again and if it has
45 /* When choose the best device for a read (read_balance())
54 * when memory is tight, and a count of the number of drives that the
92 /* for use when syncing mirrors:
94 * the same time - resync/recovery can only happen when there
95 * is no other IO. So when either is active, the other has to wait.
108 * Cleared when a sync completes.
112 /* When the same as mddev->recovery_disabled we don't allow
118 * mempools - it changes when the array grows or shrinks
126 /* temporary buffer to synchronous IO when attempting to repair
131 /* When taking over an array from a different personality, we store
174 * When R1BIO_BehindIO is set, we store pages for write behind
181 * We choose the number when they are allocated.
197 /* For write-behind requests, we call bi_end_io when
199 * any write was successful. Otherwise we call when
201 * with failure when last write completes (and all failed).