Searched defs:stripe_head (Results 1 – 1 of 1) sorted by relevance
197 struct stripe_head { struct198 struct hlist_node hash;199 struct list_head lru; /* inactive_list or handle_list */223 struct stripe_head *batch_head; /* protected by stripe lock */ argument224 spinlock_t batch_lock; /* only header's lock is useful */225 struct list_head batch_list; /* protected by head's batch lock*/227 struct r5l_io_unit *log_io;228 struct list_head log_list;254 /* stripe_head_state - collects and tracks the dynamic state of a stripe_head argument