Searched defs:bitmap_operations (Results 1 – 1 of 1) sorted by relevance
73 struct bitmap_operations { struct74 bool (*enabled)(struct mddev *mddev);75 int (*create)(struct mddev *mddev, int slot);76 int (*resize)(struct mddev *mddev, sector_t blocks, int chunksize,79 int (*load)(struct mddev *mddev);80 void (*destroy)(struct mddev *mddev);81 void (*flush)(struct mddev *mddev);82 void (*write_all)(struct mddev *mddev);83 void (*dirty_bits)(struct mddev *mddev, unsigned long s,85 void (*unplug)(struct mddev *mddev, bool sync);[all …]