Home
last modified time | relevance | path

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

/linux/drivers/md/
A Dmd-bitmap.c698 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
789 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in md_bitmap_new_disk_sb()
793 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_new_disk_sb()
955 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in md_bitmap_read_sb()
1688 bw, bitmap->mddev->bitmap_info.max_write_behind); in bitmap_startwrite()
1751 bitmap->mddev->bitmap_info.max_write_behind); in bitmap_endwrite()
2770 return sprintf(page, "%lu\n", mddev->bitmap_info.max_write_behind); in backlog_show()
2777 unsigned long old_mwb = mddev->bitmap_info.max_write_behind; in backlog_store()
2807 mddev->bitmap_info.max_write_behind = backlog; in backlog_store()
A Dmd.h558 unsigned long max_write_behind; /* write-behind mode */ member
A Draid1.c1600 unsigned long max_write_behind = in raid1_write_request() local
1601 mddev->bitmap_info.max_write_behind; in raid1_write_request()
1611 stats.behind_writes < max_write_behind) in raid1_write_request()
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()
A Dmd.c216 return (rdev && rdev->mddev->bitmap_info.max_write_behind > 0 && in rdev_need_serial()
6185 if (mddev->bitmap_info.max_write_behind > 0) { in md_run()
6404 mddev->bitmap_info.max_write_behind = 0; in md_clean()
/linux/Documentation/admin-guide/device-mapper/
A Ddm-raid.rst104 [max_write_behind <sectors>]

Completed in 51 milliseconds