Lines Matching defs:write_behind
705 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind);
745 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind));
763 unsigned long chunksize, daemon_sleep, write_behind;
793 * FIXME: write_behind for RAID1. If not specified, what
796 write_behind = bitmap->mddev->bitmap_info.max_write_behind;
797 if (write_behind > COUNTER_MAX / 2)
798 write_behind = COUNTER_MAX / 2;
799 sb->write_behind = cpu_to_le32(write_behind);
800 bitmap->mddev->bitmap_info.max_write_behind = write_behind;
823 unsigned long chunksize, daemon_sleep, write_behind;
834 write_behind = 0;
879 write_behind = le32_to_cpu(sb->write_behind);
894 else if (write_behind > COUNTER_MAX)
962 bitmap->mddev->bitmap_info.max_write_behind = write_behind;