Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Dbitmap.c503 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
616 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_read_sb()
1319 bw, bitmap->max_write_behind); in bitmap_startwrite()
1380 atomic_read(&bitmap->behind_writes), bitmap->max_write_behind); in bitmap_endwrite()
1979 return sprintf(page, "%lu\n", mddev->bitmap_info.max_write_behind); in backlog_show()
1991 mddev->bitmap_info.max_write_behind = backlog; in backlog_store()
Ddm-raid.c326 rs->md.bitmap_info.max_write_behind = value; in parse_raid_params()
584 rs->md.bitmap_info.max_write_behind); in raid_status()
Dmd.h314 unsigned long max_write_behind; /* write-behind mode */ member
Draid1.c872 < mddev->bitmap_info.max_write_behind) && in make_request()
Dmd.c4738 mddev->bitmap_info.max_write_behind = 0; in md_clean()
/linux-2.6.39/Documentation/device-mapper/
Ddm-raid.txt31 [max_write_behind <sectors>] See '-write-behind=' (man mdadm)