Searched refs:volume_index_data (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c112 struct volume_index_data { struct
367 *bytes = sizeof(struct volume_index_data) + hook_bytes + non_hook_bytes;
912 struct volume_index_data header;
913 u8 buffer[sizeof(struct volume_index_data)];
1057 u8 buffer[sizeof(struct volume_index_data)];
1069 result = VDO_ASSERT(offset == sizeof(struct volume_index_data),
1071 sizeof(struct volume_index_data));

Completed in 144 milliseconds