Lines Matching defs:md_cluster_info
60 struct md_cluster_info { struct
61 struct mddev *mddev; /* the md device which md_cluster_info belongs to */ argument
63 dlm_lockspace_t *lockspace;
64 int slot_number;
65 struct completion completion;
66 struct mutex recv_mutex;
67 struct dlm_lock_resource *bitmap_lockres;
68 struct dlm_lock_resource **other_bitmap_lockres;
69 struct dlm_lock_resource *resync_lockres;
70 struct list_head suspend_list;
72 spinlock_t suspend_lock;
74 sector_t suspend_lo;
75 sector_t suspend_hi;
76 int suspend_from; /* the slot which broadcast suspend_lo/hi */
78 struct md_thread *recovery_thread;
79 unsigned long recovery_map;
81 struct dlm_lock_resource *ack_lockres;
82 struct dlm_lock_resource *message_lockres;
83 struct dlm_lock_resource *token_lockres;
84 struct dlm_lock_resource *no_new_dev_lockres;
85 struct md_thread *recv_thread;
86 struct completion newdisk_completion;
87 wait_queue_head_t wait;
88 unsigned long state;
90 sector_t sync_low;
91 sector_t sync_hi;