Searched refs:write_behind (Results 1 – 3 of 3) sorted by relevance
704 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()744 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in bitmap_print_sb()762 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_new_disk_sb() local795 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()796 if (write_behind > COUNTER_MAX / 2) in md_bitmap_new_disk_sb()797 write_behind = COUNTER_MAX / 2; in md_bitmap_new_disk_sb()798 sb->write_behind = cpu_to_le32(write_behind); in md_bitmap_new_disk_sb()799 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()822 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_read_sb() local833 write_behind = 0; in md_bitmap_read_sb()[all …]
46 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
1506 bool write_behind = false; in raid1_write_request() local1564 write_behind = true; in raid1_write_request()1616 if (write_behind && mddev->bitmap) in raid1_write_request()1645 if (write_behind) in raid1_write_request()