Lines Matching refs:flags
59 int aa_vec_unique(struct aa_profile **vec, int n, int flags);
133 long flags; member
157 #define label_isprofile(X) ((X)->flags & FLAG_PROFILE)
158 #define label_unconfined(X) ((X)->flags & FLAG_UNCONFINED)
160 #define label_is_stale(X) ((X)->flags & FLAG_STALE)
161 #define __label_make_stale(X) ((X)->flags |= FLAG_STALE)
298 struct aa_label *label, int flags);
300 int flags, gfp_t gfp);
302 struct aa_label *label, int flags, gfp_t gfp);
304 struct aa_label *label, int flags, gfp_t gfp);
306 struct aa_label *label, int flags, gfp_t gfp);
307 void aa_label_xprintk(struct aa_ns *ns, struct aa_label *label, int flags,