Searched defs:bow_context (Results 1 – 1 of 1) sorted by relevance
81 struct bow_context { struct82 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 */[all …]