Searched refs:new_label (Results 1 – 2 of 2) sorted by relevance
1091 char new_label[EXT4_LABEL_MAX + 1]; in ext4_ioctl_setlabel() local1102 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()1105 len = strnlen(new_label, EXT4_LABEL_MAX + 1); in ext4_ioctl_setlabel()1112 memset(new_label + len, 0, EXT4_LABEL_MAX - len); in ext4_ioctl_setlabel()1118 ret = ext4_update_superblocks_fn(sb, ext4_sb_setlabel, new_label); in ext4_ioctl_setlabel()
724 struct aa_label *new_label = cred_label(bprm->cred); in apparmor_bprm_committing_creds() local727 if ((new_label->proxy == label->proxy) || in apparmor_bprm_committing_creds()728 (unconfined(new_label))) in apparmor_bprm_committing_creds()736 __aa_transition_rlimits(label, new_label); in apparmor_bprm_committing_creds()