aa_dfa_match      104 security/apparmor/domain.c 		state = aa_dfa_match(profile->file.dfa, state, "&");
aa_dfa_match      106 security/apparmor/domain.c 		return aa_dfa_match(profile->file.dfa, state, tp->base.hname);
aa_dfa_match      111 security/apparmor/domain.c 	state = aa_dfa_match(profile->file.dfa, state, ns_name);
aa_dfa_match      113 security/apparmor/domain.c 	return aa_dfa_match(profile->file.dfa, state, tp->base.hname);
aa_dfa_match      159 security/apparmor/domain.c 		state = aa_dfa_match(profile->file.dfa, state, "//&");
aa_dfa_match      271 security/apparmor/file.c 	state = aa_dfa_match(dfa, start, name);
aa_dfa_match      126 security/apparmor/include/match.h unsigned int aa_dfa_match(struct aa_dfa *dfa, unsigned int start,
aa_dfa_match     1248 security/apparmor/label.c 		return aa_dfa_match(profile->policy.dfa, state, tp->base.hname);
aa_dfa_match     1253 security/apparmor/label.c 	state = aa_dfa_match(profile->policy.dfa, state, ns_name);
aa_dfa_match     1255 security/apparmor/label.c 	return aa_dfa_match(profile->policy.dfa, state, tp->base.hname);
aa_dfa_match     1299 security/apparmor/label.c 		state = aa_dfa_match(profile->policy.dfa, state, "//&");
aa_dfa_match      681 security/apparmor/match.c 				state = aa_dfa_match(dfa, state, str);
aa_dfa_match      700 security/apparmor/match.c 				state = aa_dfa_match(dfa, state, str);
aa_dfa_match      249 security/apparmor/mount.c 	state = aa_dfa_match(dfa, start, mntpnt);
aa_dfa_match      255 security/apparmor/mount.c 		state = aa_dfa_match(dfa, state, devname);
aa_dfa_match      261 security/apparmor/mount.c 		state = aa_dfa_match(dfa, state, type);
aa_dfa_match      279 security/apparmor/mount.c 		state = aa_dfa_match(dfa, state, data);
aa_dfa_match      572 security/apparmor/mount.c 	state = aa_dfa_match(profile->policy.dfa,
aa_dfa_match      638 security/apparmor/mount.c 	state = aa_dfa_match(profile->policy.dfa,
aa_dfa_match      642 security/apparmor/mount.c 	state = aa_dfa_match(profile->policy.dfa, state, old_name);