We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0e7d0 commit 0c984a2Copy full SHA for 0c984a2
drivers/md/md.h
@@ -746,6 +746,9 @@ struct md_personality
746
void *(*takeover) (struct mddev *mddev);
747
/* Changes the consistency policy of an active array. */
748
int (*change_consistency_policy)(struct mddev *mddev, const char *buf);
749
+ /* convert io ranges from array to bitmap */
750
+ void (*bitmap_sector)(struct mddev *mddev, sector_t *offset,
751
+ unsigned long *sectors);
752
};
753
754
struct md_sysfs_entry {
0 commit comments