Home
last modified time | relevance | path

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

/linux-4.1.27/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()
700 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_read_sb()
1370 bw, bitmap->mddev->bitmap_info.max_write_behind); in bitmap_startwrite()
1431 bitmap->mddev->bitmap_info.max_write_behind); in bitmap_endwrite()
2298 return sprintf(page, "%lu\n", mddev->bitmap_info.max_write_behind); in backlog_show()
2310 mddev->bitmap_info.max_write_behind = backlog; in backlog_store()
Dmd.h438 unsigned long max_write_behind; /* write-behind mode */ member
Ddm-raid.c631 rs->md.bitmap_info.max_write_behind = value; in parse_raid_params()
1493 rs->md.bitmap_info.max_write_behind); in raid_status()
Draid1.c1382 < mddev->bitmap_info.max_write_behind) && in make_request()
Dmd.c5309 mddev->bitmap_info.max_write_behind = 0; in md_clean()
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt63 [max_write_behind <sectors>] See '--write-behind=' (man mdadm)