Lines Matching refs:name
1278 /* try matching with namespace name and then profile */
1434 * aa_update_label_name - update a label to have a stored name
1441 * note: only updates the label name if it does not have a name already
1448 char __counted *name;
1457 if (aa_label_acntsxprint(&name, ns, label, FLAGS_NONE, gfp) < 0)
1463 label->hname = name;
1466 aa_put_str(name);
1473 * cached label name is present and visible
1499 * aa_profile_snxprint - print a profile name to a buffer
1507 * Returns: size of name written or would be written if larger than
1607 * aa_label_snxprint - print a label name to a string buffer
1614 * Returns: size of name written or would be written if larger than
1678 * @strp: Returns - the allocated buffer with the label name. (NOT NULL)
1684 * Returns: size of name written or would be written if larger than
1713 * Returns: size of name written or would be written if larger than
1739 char *name = NULL;
1747 len = aa_label_asxprint(&name, ns, label, flags, gfp);
1752 str = name;
1762 kfree(name);