Searched refs:hint_size (Results 1 - 5 of 5) sorted by relevance

/drivers/md/
H A Ddm-cache-policy.c84 if (type->hint_size != 0 && type->hint_size != 4) {
85 DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size);
169 return t->hint_size;
H A Ddm-cache-policy.h236 size_t hint_size; member in struct:dm_cache_policy_type
H A Ddm-cache-metadata.c1218 size_t hint_size; local
1230 hint_size = dm_cache_policy_get_hint_size(policy);
1231 if (!hint_size)
1233 cmd->policy_hint_size = hint_size;
H A Ddm-cache-policy-cleaner.c437 .hint_size = 0,
H A Ddm-cache-policy-mq.c1269 .hint_size = 4,
1277 .hint_size = 4,

Completed in 531 milliseconds