Home
last modified time | relevance | path

Searched defs:stripe_head (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/md/
Draid5.h200 struct stripe_head { struct
201 struct hlist_node hash;
202 struct list_head lru; /* inactive_list or handle_list */
226 struct stripe_head *batch_head; /* protected by stripe lock */ argument
227 spinlock_t batch_lock; /* only header's lock is useful */
228 struct list_head batch_list; /* protected by head's batch lock*/
230 union {
235 struct list_head log_list;
236 sector_t log_start; /* first meta block on the journal */
237 struct list_head r5c; /* for r5c_cache->stripe_in_journal */
[all …]