Searched defs:stripe_head (Results 1 – 1 of 1) sorted by relevance
200 struct stripe_head { struct201 struct hlist_node hash;226 struct stripe_head *batch_head; /* protected by stripe lock */ argument227 spinlock_t batch_lock; /* only header's lock is useful */230 union {235 struct list_head log_list;236 sector_t log_start; /* first meta block on the journal */239 struct page *ppl_page; /* partial parity of this stripe */247 struct stripe_operations {250 } ops;[all …]
Completed in 8 milliseconds