Home
last modified time | relevance | path

Searched refs:write_behind (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/md/
Dbitmap.h147 __le32 write_behind; /* 60 number of outstanding write-behind writes */ member
Dbitmap.c503 sb->write_behind = cpu_to_le32(bitmap->mddev->bitmap_info.max_write_behind); in bitmap_update_sb()
533 printk(KERN_DEBUG "max write behind: %d\n", le32_to_cpu(sb->write_behind)); in bitmap_print_sb()
542 unsigned long chunksize, daemon_sleep, write_behind; in bitmap_read_sb() local
568 write_behind = le32_to_cpu(sb->write_behind); in bitmap_read_sb()
582 else if (write_behind > COUNTER_MAX) in bitmap_read_sb()
616 bitmap->mddev->bitmap_info.max_write_behind = write_behind; in bitmap_read_sb()