Searched defs:blk_zone_wplug (Results 1 – 1 of 1) sorted by relevance
59 struct blk_zone_wplug { struct60 struct hlist_node node;61 refcount_t ref;62 spinlock_t lock;63 unsigned int flags;64 unsigned int zone_no;65 unsigned int wp_offset;66 struct bio_list bio_list;67 struct work_struct bio_work;68 struct rcu_head rcu_head;[all …]