Searched refs:dfa_user_allow (Results 1 – 5 of 5) sorted by relevance
143 #define dfa_user_allow(dfa, state) (((ACCEPT_TABLE(dfa)[state]) & 0x7f) | \ macro
329 .allow = dfa_user_allow(dfa, state), in aa_compute_perms()
343 perm = dfa_user_allow(profile->xmatch, state); in aa_xattrs_match()423 perm = dfa_user_allow(profile->xmatch, state); in find_attach()
226 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in aa_compute_fperms()
217 .allow = dfa_user_allow(dfa, state), in compute_mnt_perms()
Completed in 10 milliseconds