Lines Matching defs:log_c
80847 struct log_c { struct
80848 struct dm_target *ti;
80849 int touched_dirtied;
80850 int touched_cleaned;
80851 int flush_failed;
80852 uint32_t region_size;
80853 unsigned int region_count;
80854 region_t sync_count;
80855 unsigned int bitset_uint32_count;
80856 uint32_t *clean_bits;
80857 uint32_t *sync_bits;
80858 uint32_t *recovering_bits;
80859 int sync_search;
80860 enum sync sync;
80861 struct dm_io_request io_req;
80862 int log_dev_failed;
80863 int log_dev_flush_failed;
80864 struct dm_dev *log_dev;
80865 struct log_header_core header;
80866 struct dm_io_region header_location;
80867 struct log_header_disk *disk_header;