Searched refs:write_behind (Results 1 – 3 of 3) sorted by relevance
497 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in md_bitmap_update_sb()539 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in md_bitmap_print_sb()557 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_new_disk_sb() local590 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()591 if (write_behind > COUNTER_MAX) in md_bitmap_new_disk_sb()592 write_behind = COUNTER_MAX / 2; in md_bitmap_new_disk_sb()593 sb->write_behind = cpu_to_le32(write_behind); in md_bitmap_new_disk_sb()594 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()617 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_read_sb() local628 write_behind = 0; in md_bitmap_read_sb()[all …]
133 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
1347 bool write_behind = false; in raid1_write_request() local1409 write_behind = true; in raid1_write_request()1495 if (write_behind && bitmap) in raid1_write_request()1526 if (bitmap && write_behind && in raid1_write_request()