Searched refs:new_label (Results 1 – 2 of 2) sorted by relevance
1109 char new_label[EXT4_LABEL_MAX + 1]; in ext4_ioctl_setlabel() local1120 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()1123 len = strnlen(new_label, EXT4_LABEL_MAX + 1); in ext4_ioctl_setlabel()1130 memset(new_label + len, 0, EXT4_LABEL_MAX - len); in ext4_ioctl_setlabel()1136 ret = ext4_update_superblocks_fn(sb, ext4_sb_setlabel, new_label); in ext4_ioctl_setlabel()
958 struct aa_label *new_label = cred_label(bprm->cred); in apparmor_bprm_committing_creds() local961 if ((new_label->proxy == label->proxy) || in apparmor_bprm_committing_creds()962 (unconfined(new_label))) in apparmor_bprm_committing_creds()970 __aa_transition_rlimits(label, new_label); in apparmor_bprm_committing_creds()