Lines Matching defs:label
395 struct aa_label *label, const struct path *path,
403 AA_BUG(!label);
411 error = fn_for_each_confined(label, profile,
421 struct aa_label *label, const struct path *path,
429 AA_BUG(!label);
447 error = fn_for_each_confined(label, profile,
459 struct aa_label *label, const struct path *path,
466 AA_BUG(!label);
476 error = fn_for_each_confined(label, profile,
486 struct aa_label *label, const struct path *from_path,
493 AA_BUG(!label);
506 error = fn_for_each_confined(label, profile,
517 int aa_move_mount_old(const struct cred *subj_cred, struct aa_label *label,
529 error = aa_move_mount(subj_cred, label, &old_path, path);
535 int aa_new_mount(const struct cred *subj_cred, struct aa_label *label,
546 AA_BUG(!label);
581 error = fn_for_each_confined(label, profile,
586 error = fn_for_each_confined(label, profile,
636 int aa_umount(const struct cred *subj_cred, struct aa_label *label,
644 AA_BUG(!label);
651 error = fn_for_each_confined(label, profile,
660 * Returns: label for transition or ERR_PTR. Does not return NULL
683 return aa_get_newest_label(&profile->label);
715 return aa_get_newest_label(&profile->label);
718 int aa_pivotroot(const struct cred *subj_cred, struct aa_label *label,
727 AA_BUG(!label);
736 target = fn_label_build(label, profile, GFP_KERNEL,
741 info = "label build failed";
763 error = fn_for_each(label, profile,