Lines Matching refs:description
281 key->index_key.description = kmemdup(desc, desclen + 1, GFP_KERNEL); in key_alloc()
282 if (!key->description) in key_alloc()
321 kfree(key->description); in key_alloc()
779 const char *description, in key_create_or_update() argument
786 .description = description, in key_create_or_update()
805 (!index_key.description && !index_key.type->preparse)) in key_create_or_update()
828 if (!index_key.description) in key_create_or_update()
829 index_key.description = prep.description; in key_create_or_update()
831 if (!index_key.description) in key_create_or_update()
834 index_key.desc_len = strlen(index_key.description); in key_create_or_update()
879 key = key_alloc(index_key.type, index_key.description, in key_create_or_update()