Lines Matching refs:attach
545 profile->attach.xattr_count = size; in unpack_xattrs()
546 profile->attach.xattrs = kcalloc(size, sizeof(char *), GFP_KERNEL); in unpack_xattrs()
547 if (!profile->attach.xattrs) in unpack_xattrs()
550 if (!aa_unpack_strdup(e, &profile->attach.xattrs[i], NULL)) in unpack_xattrs()
895 (void) aa_unpack_str(e, &profile->attach.xmatch_str, "attach"); in unpack_profile()
898 error = unpack_pdb(e, &profile->attach.xmatch, false, false, &info); in unpack_profile()
905 if (profile->attach.xmatch->dfa) { in unpack_profile()
910 profile->attach.xmatch_len = tmp; in unpack_profile()
911 profile->attach.xmatch->start[AA_CLASS_XMATCH] = DFA_START; in unpack_profile()
912 if (!profile->attach.xmatch->perms) { in unpack_profile()
913 error = aa_compat_map_xmatch(profile->attach.xmatch); in unpack_profile()
1319 if (!verify_perms(profile->attach.xmatch)) { in verify_profile()