Home
last modified time | relevance | path

Searched refs:fn_for_each_not_in_set (Results 1 – 2 of 2) sorted by relevance

/linux/security/apparmor/
H A Dfile.c505 error = fn_for_each_not_in_set(flabel, label, profile, in __file_path_perm()
525 error = fn_for_each_not_in_set(label, flabel, profile, in __file_path_perm()
/linux/security/apparmor/include/
H A Dlabel.h246 #define fn_for_each_not_in_set(L1, L2, P, FN) \ macro