Lines Matching defs:bow_context
81 struct bow_context { struct
82 struct dm_dev *dev;
83 u32 block_size;
84 u32 block_shift;
85 struct workqueue_struct *workqueue;
86 struct dm_bufio_client *bufio;
87 struct mutex ranges_lock; /* Hold to access this struct and/or ranges */
88 struct rb_root ranges;
89 struct dm_kobject_holder kobj_holder; /* for sysfs attributes */
90 atomic_t state; /* One of the enum state values above */
91 u64 trims_total;
92 struct log_sector *log_sector;
93 struct list_head trimmed_list;
94 bool forward_trims;