Searched refs:max_write_behind (Results 1 – 6 of 6) sorted by relevance
698 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()
558 unsigned long max_write_behind; /* write-behind mode */ member
1600 unsigned long max_write_behind = in raid1_write_request() local1601 mddev->bitmap_info.max_write_behind; in raid1_write_request()1611 stats.behind_writes < max_write_behind) in raid1_write_request()
1367 rs->md.bitmap_info.max_write_behind = value / 2; in parse_raid_params()3657 mddev->bitmap_info.max_write_behind); in raid_status()
216 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()
104 [max_write_behind <sectors>]
Completed in 51 milliseconds