Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Draid5.h198 struct stripe_head { struct
199 struct hlist_node hash;
200 struct list_head lru; /* inactive_list or handle_list */
224 struct stripe_head *batch_head; /* protected by stripe lock */ argument
225 spinlock_t batch_lock; /* only header's lock is useful */
226 struct list_head batch_list; /* protected by head's batch lock*/
228 union {
233 struct list_head log_list;
234 sector_t log_start; /* first meta block on the journal */
235 struct list_head r5c; /* for r5c_cache->stripe_in_journal */
[all …]