Searched refs:write_behind (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Dmd-bitmap.h133 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member in struct:bitmap_super_s
H A Dmd-bitmap.c498 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind);
540 pr_debug("max write behind: %u\n", le32_to_cpu(sb->write_behind));
558 unsigned long chunksize, daemon_sleep, write_behind; local
588 * FIXME: write_behind for RAID1. If not specified, what
591 write_behind = bitmap->mddev->bitmap_info.max_write_behind;
592 if (write_behind > COUNTER_MAX)
593 write_behind = COUNTER_MAX / 2;
594 sb->write_behind = cpu_to_le32(write_behind);
595 bitmap->mddev->bitmap_info.max_write_behind = write_behind;
618 unsigned long chunksize, daemon_sleep, write_behind; local
[all...]
H A Draid1.c1433 bool write_behind = false; local
1495 write_behind = true;
1581 if (write_behind && bitmap)
1612 if (bitmap && write_behind &&

Completed in 202 milliseconds