Searched defs:blk_zone_wplug (Results 1 – 1 of 1) sorted by relevance
67 struct blk_zone_wplug { struct68 struct hlist_node node;69 struct list_head entry;70 struct bio_list bio_list;71 struct work_struct bio_work;72 struct rcu_head rcu_head;73 struct gendisk *disk;74 spinlock_t lock;75 refcount_t ref;76 unsigned int flags;[all …]