Lines Matching defs:stripe_head
199 struct stripe_head { struct
200 struct hlist_node hash;
201 struct list_head lru; /* inactive_list or handle_list */
225 struct stripe_head *batch_head; /* protected by stripe lock */ argument
226 spinlock_t batch_lock; /* only header's lock is useful */
227 struct list_head batch_list; /* protected by head's batch lock*/
229 union {
234 struct list_head log_list;
235 sector_t log_start; /* first meta block on the journal */
236 struct list_head r5c; /* for r5c_cache->stripe_in_journal */
238 struct page *ppl_page; /* partial parity of this stripe */
246 struct stripe_operations {
249 } ops;
273 /* stripe_head_state - collects and tracks the dynamic state of a stripe_head argument