Home
last modified time | relevance | path

Searched refs:dfa_user_xindex (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dfile.h147 #define dfa_user_xindex(dfa, state) \ macro
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dfile.c227 perms.xindex = dfa_user_xindex(dfa, state); in aa_compute_fperms()
H A Dmount.c220 .xindex = dfa_user_xindex(dfa, state), in compute_mnt_perms()
H A Dpolicy_unpack.c1008 if (!verify_xindex(dfa_user_xindex(dfa, i), table_size)) in verify_dfa_xindex()