Searched refs:user_label (Results 1 – 2 of 2) sorted by relevance
1105 static int ext4_ioctl_setlabel(struct file *filp, const char __user *user_label) in ext4_ioctl_setlabel() argument1120 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()1142 static int ext4_ioctl_getlabel(struct ext4_sb_info *sbi, char __user *user_label) in ext4_ioctl_getlabel() argument1158 if (copy_to_user(user_label, label, sizeof(label))) in ext4_ioctl_getlabel()
1761 char __user *user_label) in xfs_ioc_getlabel() argument1775 if (copy_to_user(user_label, label, sizeof(label))) in xfs_ioc_getlabel()