Lines Matching defs:label
39 * @label: label currently cached on the ctx
44 struct aa_label __rcu *label;
50 * @label: initial label of task creating the file
55 static inline struct aa_file_ctx *aa_alloc_file_ctx(struct aa_label *label,
63 rcu_assign_pointer(ctx->label, aa_get_label(label));
75 aa_put_label(rcu_access_pointer(ctx->label));
82 return aa_get_label_rcu(&ctx->label);
124 struct aa_label *label, const struct path *path,
127 int aa_path_link(const struct cred *subj_cred, struct aa_label *label,
132 struct aa_label *label, struct file *file,