Lines Matching defs:stripe_head
127 struct stripe_head { struct
128 struct stripe_head *hash_next, **hash_pprev; /* hash pointers */ argument
129 struct list_head lru; /* inactive_list or handle_list */
130 struct raid5_private_data *raid_conf;
131 struct buffer_head *bh_cache[MD_SB_DISKS]; /* buffered copy */
132 struct buffer_head *bh_read[MD_SB_DISKS]; /* read request buffers of the MD device */
133 struct buffer_head *bh_write[MD_SB_DISKS]; /* write request buffers of the MD device */
134 …itten[MD_SB_DISKS]; /* write request buffers of the MD device that have been scheduled for write */
135 struct page *bh_page[MD_SB_DISKS]; /* saved bh_cache[n]->b_page when reading around the cache */
136 unsigned long sector; /* sector of this row */
137 int size; /* buffers size */
138 int pd_idx; /* parity disk index */
139 unsigned long state; /* state flags */
140 atomic_t count; /* nr of active thread/requests */
141 spinlock_t lock;
142 int sync_redone;