Searched refs:user_label (Results 1 – 2 of 2) sorted by relevance
1087 static int ext4_ioctl_setlabel(struct file *filp, const char __user *user_label) in ext4_ioctl_setlabel() argument1102 if (copy_from_user(new_label, user_label, EXT4_LABEL_MAX + 1)) in ext4_ioctl_setlabel()1124 static int ext4_ioctl_getlabel(struct ext4_sb_info *sbi, char __user *user_label) in ext4_ioctl_getlabel() argument1140 if (copy_to_user(user_label, label, sizeof(label))) in ext4_ioctl_getlabel()
1743 char __user *user_label) in xfs_ioc_getlabel() argument1757 if (copy_to_user(user_label, label, sizeof(label))) in xfs_ioc_getlabel()