Lines Matching refs:description
285 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc()
286 if (!key->index_key.description) in key_alloc()
326 kfree(key->description); in key_alloc()
808 const char *description, in key_create_or_update() argument
815 .description = description, in key_create_or_update()
835 (!index_key.description && !index_key.type->preparse)) in key_create_or_update()
861 if (!index_key.description) in key_create_or_update()
862 index_key.description = prep.description; in key_create_or_update()
864 if (!index_key.description) in key_create_or_update()
867 index_key.desc_len = strlen(index_key.description); in key_create_or_update()
916 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()