Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Dbitmap.c441 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
529 write_behind = bitmap->mddev->bitmap_info.max_write_behind; in bitmap_new_disk_sb()
533 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_new_disk_sb()
699 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_read_sb()
1369 bw, bitmap->mddev->bitmap_info.max_write_behind); in bitmap_startwrite()
1430 bitmap->mddev->bitmap_info.max_write_behind); in bitmap_endwrite()
2293 return sprintf(page, "%lu\n", mddev->bitmap_info.max_write_behind); in backlog_show()
2305 mddev->bitmap_info.max_write_behind = backlog; in backlog_store()
Dmd.h444 unsigned long max_write_behind; /* write-behind mode */ member
Ddm-raid.c631 rs->md.bitmap_info.max_write_behind = value; in parse_raid_params()
1505 rs->md.bitmap_info.max_write_behind); in raid_status()
Draid1.c1350 < mddev->bitmap_info.max_write_behind) && in make_request()
Dmd.c5450 mddev->bitmap_info.max_write_behind = 0; in md_clean()
/linux-4.4.14/Documentation/device-mapper/
Ddm-raid.txt63 [max_write_behind <sectors>] See '--write-behind=' (man mdadm)