Searched refs:write_behind (Results 1 – 3 of 3) sorted by relevance
698 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()738 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in bitmap_print_sb()756 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_new_disk_sb() local789 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()790 if (write_behind > COUNTER_MAX) in md_bitmap_new_disk_sb()791 write_behind = COUNTER_MAX / 2; in md_bitmap_new_disk_sb()792 sb->write_behind = cpu_to_le32(write_behind); in md_bitmap_new_disk_sb()793 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()816 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_read_sb() local827 write_behind = 0; in md_bitmap_read_sb()[all …]
39 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
1425 bool write_behind = false; in raid1_write_request() local1487 write_behind = true; in raid1_write_request()1573 if (write_behind && mddev->bitmap) in raid1_write_request()1610 if (!err && write_behind && !stats.behind_wait && in raid1_write_request()