Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-bitmap.c710 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
801 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()
805 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()
967 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_read_sb()
2072 bw, bitmap->mddev->bitmap_info.max_write_behind); in bitmap_start_behind_write()
2086 bitmap->mddev->bitmap_info.max_write_behind); in bitmap_end_behind_write()
2796 return sprintf(page, "%lu\n", mddev->bitmap_info.max_write_behind); in backlog_show()
2803 unsigned long old_mwb = mddev->bitmap_info.max_write_behind; in backlog_store()
2833 mddev->bitmap_info.max_write_behind = backlog; in backlog_store()
H A Dmd.h588 unsigned long max_write_behind; /* write-behind mode */ member
H A Draid1.c1615 unsigned long max_write_behind = in raid1_write_request() local
1616 mddev->bitmap_info.max_write_behind; in raid1_write_request()
1626 stats.behind_writes < max_write_behind) in raid1_write_request()
H A Ddm-raid.c1363 rs->md.bitmap_info.max_write_behind = value / 2; in parse_raid_params()
3659 mddev->bitmap_info.max_write_behind); in raid_status()
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst104 [max_write_behind <sectors>]