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