aa_compute_fperms  626 security/apparmor/apparmorfs.c 			tmp = aa_compute_fperms(dfa, state, &cond);
aa_compute_fperms  164 security/apparmor/domain.c 	*perms = aa_compute_fperms(profile->file.dfa, state, &cond);
aa_compute_fperms  217 security/apparmor/domain.c 	tmp = aa_compute_fperms(profile->file.dfa, state, &cond);
aa_compute_fperms  226 security/apparmor/domain.c 		tmp = aa_compute_fperms(profile->file.dfa, state, &cond);
aa_compute_fperms  272 security/apparmor/file.c 	*perms = aa_compute_fperms(dfa, state, cond);
aa_compute_fperms  183 security/apparmor/include/file.h struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state,