Searched refs:write_behind (Results 1 – 3 of 3) sorted by relevance
467 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in md_bitmap_update_sb()504 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in md_bitmap_print_sb()522 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_new_disk_sb() local555 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()556 if (write_behind > COUNTER_MAX) in md_bitmap_new_disk_sb()557 write_behind = COUNTER_MAX / 2; in md_bitmap_new_disk_sb()558 sb->write_behind = cpu_to_le32(write_behind); in md_bitmap_new_disk_sb()559 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()582 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_read_sb() local593 write_behind = 0; in md_bitmap_read_sb()[all …]
133 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
1350 bool write_behind = false; in raid1_write_request() local1412 write_behind = true; in raid1_write_request()1498 if (write_behind && bitmap) in raid1_write_request()