Lines Matching refs:write_behind
460 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind);
497 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind));
515 unsigned long chunksize, daemon_sleep, write_behind;
545 * FIXME: write_behind for RAID1. If not specified, what
548 write_behind = bitmap->mddev->bitmap_info.max_write_behind;
549 if (write_behind > COUNTER_MAX)
550 write_behind = COUNTER_MAX / 2;
551 sb->write_behind = cpu_to_le32(write_behind);
552 bitmap->mddev->bitmap_info.max_write_behind = write_behind;
575 unsigned long chunksize, daemon_sleep, write_behind;
586 write_behind = 0;
633 write_behind = le32_to_cpu(sb->write_behind);
648 else if (write_behind > COUNTER_MAX)
717 bitmap->mddev->bitmap_info.max_write_behind = write_behind;