Searched refs:write_behind (Results 1 – 2 of 2) sorted by relevance
147 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
503 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()533 printk(KERN_DEBUG "max write behind: %d\n", le32_to_cpu(sb->write_behind)); in bitmap_print_sb()542 unsigned long chunksize, daemon_sleep, write_behind; in bitmap_read_sb() local568 write_behind = le32_to_cpu(sb->write_behind); in bitmap_read_sb()582 else if (write_behind > COUNTER_MAX) in bitmap_read_sb()616 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_read_sb()