Home
last modified time | relevance | path

Searched refs:non_hook_bytes (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.c350 size_t hook_bytes, non_hook_bytes; in compute_volume_index_save_bytes() local
363 &non_hook_bytes); in compute_volume_index_save_bytes()
367 *bytes = sizeof(struct volume_index_data) + hook_bytes + non_hook_bytes; in compute_volume_index_save_bytes()