Lines Matching refs:description
280 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc()
281 if (!key->index_key.description) in key_alloc()
317 kfree(key->description); in key_alloc()
775 const char *description, in key_create_or_update() argument
782 .description = description, in key_create_or_update()
801 (!index_key.description && !index_key.type->preparse)) in key_create_or_update()
824 if (!index_key.description) in key_create_or_update()
825 index_key.description = prep.description; in key_create_or_update()
827 if (!index_key.description) in key_create_or_update()
830 index_key.desc_len = strlen(index_key.description); in key_create_or_update()
875 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()