Searched refs:write_behind (Results 1 – 2 of 2) sorted by relevance
441 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()477 printk(KERN_DEBUG "max write behind: %d\n", le32_to_cpu(sb->write_behind)); in bitmap_print_sb()495 unsigned long chunksize, daemon_sleep, write_behind; in bitmap_new_disk_sb() local529 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in bitmap_new_disk_sb()530 if (write_behind > COUNTER_MAX) in bitmap_new_disk_sb()531 write_behind = COUNTER_MAX / 2; in bitmap_new_disk_sb()532 sb->write_behind = cpu_to_le32(write_behind); in bitmap_new_disk_sb()533 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_new_disk_sb()556 unsigned long chunksize, daemon_sleep, write_behind; in bitmap_read_sb() local566 write_behind = 0; in bitmap_read_sb()[all …]
130 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member