Searched defs:blk_zone_wplug (Results 1 – 1 of 1) sorted by relevance
64 struct blk_zone_wplug { struct65 struct hlist_node node;66 struct list_head link;67 atomic_t ref;68 spinlock_t lock;69 unsigned int flags;70 unsigned int zone_no;71 unsigned int wp_offset;72 struct bio_list bio_list;73 struct work_struct bio_work;[all …]