Home
last modified time | relevance | path

Searched refs:write_behind (Results 1 – 3 of 3) sorted by relevance

/drivers/md/
A Dmd-bitmap.c768 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_new_disk_sb() local
801 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()
802 if (write_behind > COUNTER_MAX / 2) in md_bitmap_new_disk_sb()
803 write_behind = COUNTER_MAX / 2; in md_bitmap_new_disk_sb()
804 sb->write_behind = cpu_to_le32(write_behind); in md_bitmap_new_disk_sb()
805 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()
828 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_read_sb() local
839 write_behind = 0; in md_bitmap_read_sb()
884 write_behind = le32_to_cpu(sb->write_behind); in md_bitmap_read_sb()
899 else if (write_behind > COUNTER_MAX) in md_bitmap_read_sb()
[all …]
A Dmd-bitmap.h30 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
A Draid1.c1464 bool write_behind = false; in raid1_write_request() local
1529 write_behind = true; in raid1_write_request()
1583 if (write_behind && mddev->bitmap) in raid1_write_request()
1625 if (!err && write_behind && !stats.behind_wait && in raid1_write_request()

Completed in 16 milliseconds