Searched refs:map_old_perms (Results 1 – 1 of 1) sorted by relevance
162 static u32 map_old_perms(u32 old) in map_old_perms() function207 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_perms()208 perms.audit = map_old_perms(dfa_user_audit(dfa, state)); in compute_perms()209 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state)); in compute_perms()212 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in compute_perms()213 perms.audit = map_old_perms(dfa_other_audit(dfa, state)); in compute_perms()214 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state)); in compute_perms()