Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Dmd-bitmap.c698 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
738 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind)); in bitmap_print_sb()
756 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_new_disk_sb() local
789 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()
790 if (write_behind > COUNTER_MAX) in md_bitmap_new_disk_sb()
791 write_behind = COUNTER_MAX / 2; in md_bitmap_new_disk_sb()
792 sb->write_behind = cpu_to_le32(write_behind); in md_bitmap_new_disk_sb()
793 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()
816 unsigned long chunksize, daemon_sleep, write_behind; in md_bitmap_read_sb() local
827 write_behind = 0; in md_bitmap_read_sb()
[all …]
Dmd-bitmap.h39 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
Draid1.c1425 bool write_behind = false; in raid1_write_request() local
1487 write_behind = true; in raid1_write_request()
1573 if (write_behind && mddev->bitmap) in raid1_write_request()
1610 if (!err && write_behind && !stats.behind_wait && in raid1_write_request()