Home
last modified time | relevance | path

Searched refs:max_write_behind (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/md/
H A Dmd-bitmap.c700 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
791 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()
795 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()
957 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_read_sb()
2063 bw, bitmap->mddev->bitmap_info.max_write_behind); in bitmap_start_behind_write()
2077 bitmap->mddev->bitmap_info.max_write_behind); in bitmap_end_behind_write()
2788 return sprintf(page, "%lu\n", mddev->bitmap_info.max_write_behind); in backlog_show()
2795 unsigned long old_mwb = mddev->bitmap_info.max_write_behind; in backlog_store()
2825 mddev->bitmap_info.max_write_behind = backlog; in backlog_store()
H A Dmd.h585 unsigned long max_write_behind; /* write-behind mode */ member
H A Draid1.c1616 unsigned long max_write_behind = in raid1_write_request() local
1617 mddev->bitmap_info.max_write_behind; in raid1_write_request()
1627 stats.behind_writes < max_write_behind) in raid1_write_request()
H A Ddm-raid.c1367 rs->md.bitmap_info.max_write_behind = value / 2; in parse_raid_params()
3657 mddev->bitmap_info.max_write_behind); in raid_status()
H A Dmd.c210 return (rdev && rdev->mddev->bitmap_info.max_write_behind > 0 && in rdev_need_serial()
6183 if (mddev->bitmap_info.max_write_behind > 0) { in md_run()
6402 mddev->bitmap_info.max_write_behind = 0; in md_clean()
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst104 [max_write_behind <sectors>]