Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-cache-policy.c84 if (type->hint_size != 0 && type->hint_size != 4) { in dm_cache_policy_register()
85 DMWARN("hint size must be 0 or 4 but %llu supplied.", (unsigned long long) type->hint_size); in dm_cache_policy_register()
169 return t->hint_size; in dm_cache_policy_get_hint_size()
Ddm-cache-policy.h173 size_t hint_size; member
Ddm-cache-metadata.c1711 size_t hint_size; in write_hints() local
1722 hint_size = dm_cache_policy_get_hint_size(policy); in write_hints()
1723 if (!hint_size) in write_hints()
1725 cmd->policy_hint_size = hint_size; in write_hints()
Ddm-cache-policy-smq.c1857 .hint_size = 4,
1865 .hint_size = 4,
1873 .hint_size = 4,
1881 .hint_size = 4,