Searched refs:vec_setup (Results 1 – 3 of 3) sorted by relevance
/linux/security/apparmor/include/ |
H A D | lib.h | 265 if (vec_setup(label, __lvec, (L)->size, (GFP))) { \ 279 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
|
H A D | label.h | 29 #define vec_setup(T, V, N, GFP) \ macro
|
/linux/security/apparmor/ |
H A D | label.c | 1886 error = vec_setup(profile, vec, len, gfp); in aa_label_strn_parse()
|