Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcrash_dump_dm_crypt.c185 static inline struct config_key *to_config_key(struct config_item *item) in to_config_key() function
192 return sprintf(page, "%s\n", to_config_key(item)->description); in config_key_description_show()
198 struct config_key *config_key = to_config_key(item); in config_key_description_store()
231 kfree(to_config_key(item)); in config_key_release()
381 key = to_config_key(item); in build_keys_header()