Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-policy.c85 if (type->hint_size != 0 && type->hint_size != 4) { in dm_cache_policy_register()
86 DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size); in dm_cache_policy_register()
170 return t->hint_size; in dm_cache_policy_get_hint_size()
H A Ddm-cache-policy.h174 size_t hint_size; member