Lines Matching defs:label
399 int aa_remount(struct aa_label *label, const struct path *path,
407 AA_BUG(!label);
415 error = fn_for_each_confined(label, profile,
423 int aa_bind_mount(struct aa_label *label, const struct path *path,
431 AA_BUG(!label);
449 error = fn_for_each_confined(label, profile,
460 int aa_mount_change_type(struct aa_label *label, const struct path *path,
467 AA_BUG(!label);
477 error = fn_for_each_confined(label, profile,
485 int aa_move_mount(struct aa_label *label, const struct path *path,
493 AA_BUG(!label);
508 error = fn_for_each_confined(label, profile,
519 int aa_new_mount(struct aa_label *label, const char *dev_name,
530 AA_BUG(!label);
565 error = fn_for_each_confined(label, profile,
569 error = fn_for_each_confined(label, profile,
614 int aa_umount(struct aa_label *label, struct vfsmount *mnt, int flags)
621 AA_BUG(!label);
628 error = fn_for_each_confined(label, profile,
637 * Returns: label for transition or ERR_PTR. Does not return NULL
657 return aa_get_newest_label(&profile->label);
688 return aa_get_newest_label(&profile->label);
691 int aa_pivotroot(struct aa_label *label, const struct path *old_path,
699 AA_BUG(!label);
708 target = fn_label_build(label, profile, GFP_KERNEL,
712 info = "label build failed";
734 error = fn_for_each(label, profile,