Searched refs:new_label (Results 1 – 2 of 2) sorted by relevance
1100 char new_label[EXT4_LABEL_MAX + 1]; in ext4_ioctl_setlabel() local1111 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()1114 len = strnlen(new_label, EXT4_LABEL_MAX + 1); in ext4_ioctl_setlabel()1121 memset(new_label + len, 0, EXT4_LABEL_MAX - len); in ext4_ioctl_setlabel()1127 ret = ext4_update_superblocks_fn(sb, ext4_sb_setlabel, new_label); in ext4_ioctl_setlabel()
740 struct aa_label *new_label = cred_label(bprm->cred); in apparmor_bprm_committing_creds() local743 if ((new_label->proxy == label->proxy) || in apparmor_bprm_committing_creds()744 (unconfined(new_label))) in apparmor_bprm_committing_creds()752 __aa_transition_rlimits(label, new_label); in apparmor_bprm_committing_creds()