Lines Matching defs:label
38 * @label: label currently cached on the ctx
43 struct aa_label __rcu *label;
49 * @label: initial label of task creating the file
54 static inline struct aa_file_ctx *aa_alloc_file_ctx(struct aa_label *label,
62 rcu_assign_pointer(ctx->label, aa_get_label(label));
74 aa_put_label(rcu_access_pointer(ctx->label));
81 return aa_get_label_rcu(&ctx->label);
192 int aa_path_perm(const char *op, struct aa_label *label,
196 int aa_path_link(struct aa_label *label, struct dentry *old_dentry,
199 int aa_file_perm(const char *op, struct aa_label *label, struct file *file,